본문 바로가기

etc

Redmine office365 email configuration

configuration.yml 





production:

    email_delivery:

    delivery_method: :smtp

    smtp_settings:

        address: "smtp.office365.com"

        port: 587

        domain: "domain_name.com"

        authentication: :login

        user_name: "ID@domain_name.com"

        password: "PASSWORD"

        enable_starttls_auto: true

'etc' 카테고리의 다른 글

adb remount error for userdebug OS  (0) 2019.06.23
C++ compile  (0) 2016.11.20
PowerShell short path to full path  (0) 2016.11.20
Install Office 365 32/64 bit  (0) 2016.10.30
아이폰에서 구글 일정 추가하기  (0) 2011.09.01