Added by Chen ShunLi about 15 years ago
Dear all,
Our mail server is based on the SSL and port is 465. The email.yml such as below:
production:
delivery_method: :smtp
smtp_settings:
tls: true
address: "smtp.xxxx.com"
port: 465
domain: "xxxx.com"
authentication: :plain
user_name: "xxxx@xxxx.com"
password: "****"