++ Starting Swift_SmtpTransport
<< 220 myt5-aad1beefab42.qloud-c.yandex.net ESMTP (Want to use Yandex.Mail for your domain? Visit
>> EHLO xn--b1acfmjtdfmmid.xn--p1ai
<< 250-myt5-aad1beefab42.qloud-c.yandex.net
250-8BITMIME
250-PIPELINING
250-SIZE 42991616
250-AUTH LOGIN PLAIN XOAUTH2
250-DSN
250 ENHANCEDSTATUSCODES
>> AUTH LOGIN
<< 334 VXNlcm5hbWU6
>> Zm9ydW1mb3J0ZXh0aW5nb0B5YW5kZXgucnU=
<< 334 UGFzc3dvcmQ6
>> MTIzNDU1NDMyMXFhWg==
<< 535 5.7.8 Error: authentication failed: This user does not have access rights to this service
!! Expected response code 235 but got code "535", with message "535 5.7.8 Error: authentication failed: This user does not have access rights to this service
" (code: 535)
>> RSET
<< 250 2.0.0 Ok
>> AUTH PLAIN Zm9ydW1mb3J0ZXh0aW5nb0B5YW5kZXgucnUAZm9ydW1mb3J0ZXh0aW5nb0B5YW5kZXgucnUAMTIzNDU1NDMyMXFhWg==
<< 535 5.7.8 Error: authentication failed: This user does not have access rights to this service
!! Expected response code 235 but got code "535", with message "535 5.7.8 Error: authentication failed: This user does not have access rights to this service
" (code: 535)
>> RSET
<< 250 2.0.0 Ok
>> AUTH XOAUTH2 dXNlcj1mb3J1bWZvcnRleHRpbmdvQHlhbmRleC5ydQFhdXRoPUJlYXJlciAxMjM0NTU0MzIxcWFaAQE=
<< 535 5.7.8 Error: authentication failed: Invalid user or password!
!! Expected response code 235 but got code "535", with message "535 5.7.8 Error: authentication failed: Invalid user or password!
" (code: 535)
>> RSET
<< 250 2.0.0 Ok
<< 220 myt5-aad1beefab42.qloud-c.yandex.net ESMTP (Want to use Yandex.Mail for your domain? Visit
У Вас недостаточно прав для просмотра ссылок.
Вход или Регистрация
)>> EHLO xn--b1acfmjtdfmmid.xn--p1ai
<< 250-myt5-aad1beefab42.qloud-c.yandex.net
250-8BITMIME
250-PIPELINING
250-SIZE 42991616
250-AUTH LOGIN PLAIN XOAUTH2
250-DSN
250 ENHANCEDSTATUSCODES
>> AUTH LOGIN
<< 334 VXNlcm5hbWU6
>> Zm9ydW1mb3J0ZXh0aW5nb0B5YW5kZXgucnU=
<< 334 UGFzc3dvcmQ6
>> MTIzNDU1NDMyMXFhWg==
<< 535 5.7.8 Error: authentication failed: This user does not have access rights to this service
!! Expected response code 235 but got code "535", with message "535 5.7.8 Error: authentication failed: This user does not have access rights to this service
" (code: 535)
>> RSET
<< 250 2.0.0 Ok
>> AUTH PLAIN Zm9ydW1mb3J0ZXh0aW5nb0B5YW5kZXgucnUAZm9ydW1mb3J0ZXh0aW5nb0B5YW5kZXgucnUAMTIzNDU1NDMyMXFhWg==
<< 535 5.7.8 Error: authentication failed: This user does not have access rights to this service
!! Expected response code 235 but got code "535", with message "535 5.7.8 Error: authentication failed: This user does not have access rights to this service
" (code: 535)
>> RSET
<< 250 2.0.0 Ok
>> AUTH XOAUTH2 dXNlcj1mb3J1bWZvcnRleHRpbmdvQHlhbmRleC5ydQFhdXRoPUJlYXJlciAxMjM0NTU0MzIxcWFaAQE=
<< 535 5.7.8 Error: authentication failed: Invalid user or password!
!! Expected response code 235 but got code "535", with message "535 5.7.8 Error: authentication failed: Invalid user or password!
" (code: 535)
>> RSET
<< 250 2.0.0 Ok
- Swift_TransportException: Email to [email protected] failed: Failed to authenticate on SMTP server with username "[email protected]" using 3 possible authenticators
- src/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php:181
- Сгенерирована пользователем:
У Вас недостаточно прав для просмотра ссылок. Вход или Регистрация
- 12 Ноя 2020 в 16:15
Трассировка стека
#0 src/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/EsmtpTransport.php(332): Swift_Transport_Esmtp_AuthHandler->afterEhlo(Object(Swift_SmtpTransport))#1 src/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php(118): Swift_Transport_EsmtpTransport->_doHeloCommand()
#2 src/XF/Mail/Mailer.php(274): Swift_Transport_AbstractSmtpTransport->start()
#3 src/XF/Mail/Mail.php(395): XF\Mail\Mailer->send(Object(Swift_Message), Object(Swift_SmtpTransport), NULL, false)
#4 src/XF/Admin/Controller/Tools.php(278): XF\Mail\Mail->send(Object(Swift_SmtpTransport), false)
#5 src/XF/Mvc/Dispatcher.php(350): XF\Admin\Controller\Tools->actionTestEmail(Object(XF\Mvc\ParameterBag))
#6 src/XF/Mvc/Dispatcher.php(257): XF\Mvc\Dispatcher->dispatchClass('XF:Tools', 'TestEmail', Object(XF\Mvc\RouteMatch), Object(XF\Admin\Controller\Tools), NULL)
#7 src/XF/Mvc/Dispatcher.php(113): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(XF\Admin\Controller\Tools), NULL)
#8 src/XF/Mvc/Dispatcher.php(55): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#9 src/XF/App.php(2184): XF\Mvc\Dispatcher->run()
#10 src/XF.php(391): XF\App->run()
#11 admin.php(13): XF::runApp('XF\\Admin\\App')
#12 {main}
Вложения
Последнее редактирование: