fixed Отправка писем через SMTP

Почта привязана к домену. Проверенна яндексом.
Получаю следующую ошибку при отправке почты:
"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";
 
вкурсе про эту проблему, фикс будет в более новых версиях
Подскажите пожалуйста, как до фикса отключить верификацию почты при регистрации, чтобы сразу впускало на трейкер?
 
поспешил с вопросом, несколькими строками выше:
$bb_cfg['reg_email_activation'] = false;
 
Please note, if you want to make a deal with this user, that it is blocked.
Доброго времени суток

Натыкался на уже на подобные посты
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:

https://help.yandex.com/mail/faq/non-accepted-message.xml#concept9

Если у вас предложения как решить проблему или готовый фикс - буду благодарен,если поможете
Спасибо!
 
Объединил темы в одну. Да, баг известен. Пока могу посоветовать только отправку через свой сервер.
 
Выходит при регистрации и отправке массовой рассылки ошибка только недавно обновил трекер до 600 ревизии Ran into problems sending mail. Response: 501 >: "@" or "." expected after "Wictor"
 
Back
Top