Actions
Defect #11746
closedmails are sent arbitrarily when delivery_method is :async_smtp
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
mails are sent arbitrarily when I set delivery_method in configuration.yml to :async_smtp. I am using the gmail smtp server.
Im using:
redmine 2.0.3
ruby 1.8.7
rails 3.2.6
My configuration.yml file:
default:
scm_git_command: /usr/bin/git
email_delivery:
delivery_method: :smtp
smtp_settings:
enable_starttls_auto: true
port: "587"
address: "smtp.gmail.com"
domain: "smtp.gmail.com"
authentication: :plain
user_name: "....."
password: "....."
Updated by Etienne Massip almost 13 years ago
- Status changed from New to Closed
- Resolution set to Invalid
Use async_smtp_settings
instead of smtp_settings
.
Actions