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";
Получаю следующую ошибку при отправке почты:
"Recipient address rejected: need fully-qualified address"
Что я упустил?
config.php
$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";