Actions
Defect #27310
closedmail on SSL 465 not working
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Email notifications
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
Hello
Redmine was working greate on port 25 on sending mails, but this port is closed for security, now the only available port is 465, i configured as:
production:
delivery_method: :smtp
smtp_settings:
address: mail.mailserver.com
port: 465
ssl: true
enable_starttls_auto: true
domain: mail.mailserver.com
user_name: redmine@mail.com
password: PASS
I tried with "quotes" and without,
I tried to empty the file "config/configuration.yml", and make only the production config
It keeps giving me the "An error occurred while sending mail (Timeout::Error)" on both testing mail and when i try to send to any user
redmine version 2.4
ruby 1.9
gem 1.8.23
Any help please?
Files
Actions