post?
Failed to authenticate on SMTP server with username "test@test.kz" using 3 possible authenticators.
Authenticator CRAM-MD5 returned Expected response code 235 but got code "535", with message "535 5.7.8 Error:
authentication failed: authentication failure ".
Authenticator LOGIN returned Expected response code 235 but got code "535", with message "535 5.7.8 Error:
authentication failed: authentication failure ".
Authenticator PLAIN returned Expected response code 235 but got code "535", with message "535 5.7.8 Error: authentication failed: authentication failure
в контроллере выполняется это:
Mail::to('test@test.kz')->send(new OrderMail($order, $selected_items));
Из-за не пройденной на почтовике правильной SMTP аутентификации. Проверь все настройки.
может что-то поменялось на почтовике? вроде раньше работало
Обсуждают сегодня