Answer the question
In order to leave comments, you need to log in
Redmine does not send mail via Yandex Mail for Domain, what should I do?
In general, I decided to connect redmine to mail for domains from Yandex, in general, my config (in terms of mail) is like this:
default:
email_delivery:
delivery_method: :async_smtp
smtp_settings:
address: smtp.yandex.ru
port: 465
ssl: true
enable_starttls_auto: true
domain: мой_сайт.ru
authentication: :login
user_name: юзер@мой_сайт.ru
password: мой_пароль
Answer the question
In order to leave comments, you need to log in
Here is the combat config, pay attention to async_smtp_settings instead of smtp_settings
production:
attachments_storage_path: /mnt/files
email_delivery:
delivery_method: :async_smtp
async_smtp_settings:
ssl: true
address: smtp.yandex.ru
port: 465
domain: ***.ru
authentication: :plain
user_name: [email protected]***.ru
password: ***
This config works for me:
email_delivery:
delivery_method: :smtp
smtp_settings:
ssl: true
address: "smtp.yandex.ru"
port: 465
domain "my-site.io"
authentication: :login
user_name: [email protected]
password: pass
If I'm not mistaken, letters can only be sent via Yandex mail from verified addresses, that is, for example, a phone number has been added. Plus, you can't send emails that could be identified as mass mailings. If you need to send letters, it is better to use mailing services, for example, SendGrid. SendGrid, for example, allows you to send up to 12,000 emails per month for free and integrates perfectly with the same domain on Yandex.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question