Answer the question
In order to leave comments, you need to log in
Yandex smtp for mail domain not working?
Connected the domain to Yandex mail. I'm trying to send an email using emailjs:
// настройки
"user": "[email protected]",
"password": "password",
"ssl": true,
"host": "smtp.yandex.ru",
"port": 465
{ [Error: timedout while connecting to smtp server] code: 4, smtp: undefined }
Answer the question
In order to leave comments, you need to log in
#
host smtp.yandex.ru
port 587
from [email protected]_________________
keepbcc on
auth on
user [email protected]______________
password _______________
tls on
tls_certcheck off
tls_starttls on
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question