How I configure email.yml in Redmine 0.8.3.0.?
Added by Hellboy Dark Horse Comics over 15 years ago
Hi,
I just install Redmine 0.8.3.0. for Windows and I don't know how I can configure the file email.yml for send email with a smtp server without validation.
In previous versions, I only comment the lines of 'authentication', 'user_name' and 'password' and it's works. Now I coment the same lines and when I send a Test Mail appear this error message --> "An error occurred while sending mail (execution expired)".
If in my stmp server is not necessary authentication, which is the type of authentication variable of email.yml?
Thanks and sorry for the translation.
Replies (3)
RE: How I configure email.yml in Redmine 0.8.3.0.? - Added by Dmitry Efimov over 15 years ago
I have the same problem when running Redmine on Windows Server 2003.
All that I've installed:
MySQL 5.1.32
Ruby 1.8.6
Rails 2.3.2
Redmine 0.8.4
My settings in email.yml:
delivery_method: :smtp
smtp_settings:
address: smtp.gmail.com
port: 465
domain: gmail.com
authentication: :login
user_name: my@gmail.com
password: mypass
tls: true
The same products with the same configuration on Windows XP SP3 work perfectly!
RE: How I configure email.yml in Redmine 0.8.3.0.? - Added by Hellboy Dark Horse Comics over 15 years ago
Finally I resolved the problem. The client McAfee Antivirus was blocking the send through the port 25 from server.
Thanks to all.
RE: How I configure email.yml in Redmine 0.8.3.0.? - Added by Daniel Armagno over 14 years ago
Sorry, how did you solve this?. Did you configure a different port in email.yml? I do not how to exclude Redmine sender form the list in McAfee. Thanks in advance.