Project

General

Profile

Mail error

Added by Vladimir Maklakov about 7 years ago

Configured mail with SMTP authorization. When registering users, everything comes to them on the mail, when creating a new task and there are no emails - in the logs error
2017-03-24 18:51:16 SMTP data timeout (message abandoned) on connection from (deathstar.name) [176.9.110.4] F = <>
2017-03-24 18:55:45 SMTP data timeout (message abandoned) on connection from (localhost.localdomain) [176.9.110.4] F = <>

How to fix the problem?

production:
email_delivery:
delivery_method: :smtp
smtp_settings:
enable_starttls_auto: true
address: "mail.deathstar.name"
port: '465'
domain: "deathstar.name"
authentication: :login
user_name: ""
password: "pass"