исправлено Отправка писем через SMTP

slava

Пользователь
Почта привязана к домену. Проверенна яндексом.
Получаю следующую ошибку при отправке почты:
"Recipient address rejected: need fully-qualified address"
Что я упустил?

config.php
// Email
$bb_cfg['emailer_disabled'] = false;

$bb_cfg['smtp_delivery'] = true; // send email via a named server instead of the local mail function
$bb_cfg['smtp_ssl'] = true; // use ssl connect
$bb_cfg['smtp_host'] = 'smtp.yandex.ru'; // SMTP server host
$bb_cfg['smtp_port'] = 465; // SMTP server port
$bb_cfg['smtp_username'] = '[email protected]'; // enter a username if your SMTP server requires it
$bb_cfg['smtp_password'] = 'me_pass'; // enter a password if your SMTP server requires it

$bb_cfg['board_email'] = "[email protected]"; // admin email address
$bb_cfg['board_email_form'] = false; // can users send email to each other via board
$bb_cfg['board_email_sig'] = ''; // this text will be attached to all emails the board sends
$bb_cfg['board_email_sitename'] = $domain_name; // sitename used in all emails header

$bb_cfg['topic_notify_enabled'] = true;
$bb_cfg['pm_notify_enabled'] = true;
$bb_cfg['group_send_email'] = true;
$bb_cfg['email_change_disabled'] = false; // disable changing email by user

$bb_cfg['tech_admin_email'] = "admin@$domain_name"; // email for sending error reports
$bb_cfg['abuse_email'] = "abuse@$domain_name";
$bb_cfg['adv_email'] = "adv@$domain_name";
 

XDA

Заблокирован
Обратите внимание, если вы хотите заключить сделку с этим пользователем, что он заблокирован.

XDA

Заблокирован
Обратите внимание, если вы хотите заключить сделку с этим пользователем, что он заблокирован.
Последнее редактирование:

Lineril

Заблокирован
Обратите внимание, если вы хотите заключить сделку с этим пользователем, что он заблокирован.
Доброго времени суток

Натыкался на уже на подобные посты
https://torrentpier.com/threads/oshibka-pri-otpravke-pochty.40930/
https://torrentpier.com/threads/problema-s-smtp.30994/

Но в этих темах так и не нашел решения проблемы

В config.php настроил параметры smtp сервера,но при отправки email через админку или при регистрации нового пользователя - выдает ошибку:
Ran into problems sending mail. Response: 504 5.5.2 Recipient address rejected: need fully-qualified address

Почитав FAQ на Яндексе эта ошибка возникает при не правильном формировании email получателя

Recipient address rejected: need fully-qualified address
These notifications indicate that there was an incorrect email address among the list of recipients. For example, “theodore” was written in the “To” field instead of the full email address [email protected]. Check the email addresses for errors, extra spaces, punctuation marks etc.

The following are examples of common typos in email addresses:


Please Login or Register to view hidden text.


Если у вас предложения как решить проблему или готовый фикс - буду благодарен,если поможете
Спасибо!
 
Сверху