Answer the question
In order to leave comments, you need to log in
Differences smtp Yandex and traffic rules (Connect)?
Sending a letter via SMTP from the application:
When we put Yandex mail, everything works:
$this->mail->CharSet = 'UTF-8';
$this->mail->SMTPDebug = 0;
$this->mail->isSMTP();
$this->mail->Host = 'smtp.yandex.ru';
$this->mail->SMTPAuth = true;
$this->mail->Username = '[email protected]';
$this->mail->Password = 'password';
$this->mail->SMTPSecure = 'tls';
$this->mail->Port = 587;
$this->mail->Username = '[email protected]';
$this->mail->Password = 'newPassword';
Answer the question
In order to leave comments, you need to log in
It is necessary to go once under a freshly created user to his mailbox via the web and accept the license. Well, you should see the error.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question