U
U
Uber Noob2019-02-13 14:35:19
Yandex
Uber Noob, 2019-02-13 14:35:19

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;

I connected mail for the domain, I change 2 Username and Password settings to:
$this->mail->Username = '[email protected]';
$this->mail->Password = 'newPassword';

I tried to change the port to 465, but with it, in general, endless sending

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Satisfied IT, 2019-02-13
@ubernoob

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 question

Ask a Question

731 491 924 answers to any question