Added by Snir Sh about 9 years ago
I'm using Redmine 2.6.0-3 version, and the email configuration is set to -
production:
email_delivery:
delivery_method: :smtp
smtp_settings:
address: smtp.office365.com
port: 587
domain: smtp.office365.com
authentication: :login
user_name: myemail
password: mypass
enable_starttls_auto: true
Updating and creating issues takes time so I tried to change the delivery_method to async_smtp,
and smtp_settings to async_smtp_settings, but the Redmine crash few seconds after it start.
I have the async_smtp configuration on a different Redmine server (version 2.6.6-0) but everything is working well (no crashs).
Any ideas?
Thanks.
Is there a log entry for the crash?
Log should be in log/production.log
.