Contact Admin

Mail Error »EMAIL / SMTP - Contact Admin

Mail Error »EMAIL / SMTP

by igorbond » Fri Jul 27, 2018 3:17 pm

Here such here the error appears on a forum 3.2 and the letter is not sent, if the sender specifies its mail

Code: Select all

@mail.ru, @inbox.ru , @bk.ru

Code: Select all

Ошибка почты
» EMAIL/SMTP
/forum/app.php//forum/contactadmin

Ошибка при отправке email в строке 1236. Ответ сервера: 554 5.7.0 Failed to authorize the sender 1519628423-x5tPv1rP0W-0MD4ZL5i 1519628423-g9tHeoD3yI-0L4KlfQT 
.
Backtrace
Connecting to ssl://smtp.yandex.ru:465
LINE: 1139 <- 220 smtp4o.mail.yandex.net ESMTP (Want to use Yandex.Mail for your domain? Visit http://pdd.yandex.ru) 
Here there was a solution to this problem https://www.phpbbguru.net/community/vie ... 41#p524313

ext/rmcgirr83/contactadmin/controller/main_controller.php
to find

Code: Select all

$messenger->from($data['email']);
replaced by

Code: Select all

$messenger->from($this->config['board_contact']);
Image
igorbond
Registered User
Posts: 138
Joined: Sun Mar 24, 2013 5:54 pm
Contact: