Working smtp settings for mail.ru
Added by qawsed Q 8 months ago
Hello!
If somebody have difficults to setup sendin mails from mail.ru with own domain - here is working setup that I'm using
default:
email_delivery:
delivery_method: :smtp
smtp_settings:
address: smtp.mail.ru
port: 465
ssl: true
domain: oilrnd.ru
authentication: :login
user_name: "info@oilrnd.ru"
password: "6g3w46yf34f3465y"
enable_starttls_auto: true
put this to your redmine config/configuration.yml file and restart redmine service or server
rus:
Привязал домен oilrnd.ru к mail.ru, создал ящик info в админке mail.ru, добавил к нему отдельный пароль для внешних приложений, который и указан в конфиге.
Почта ходит! Без указания enable_starttls_auto - тоже ходит!
Replies (2)
RE: Working smtp settings for mail.ru - Added by David from RedminePRO.com 8 months ago
Hello Qawsed,
You just published your email password! Reset it before someone uses it for spamming!
RE: Working smtp settings for mail.ru - Added by qawsed Q 8 months ago
Thank you, but it's OK, because this is fake password. I want to edit message to make notice about it later, but do not find EDIT forum function.