Настройка почты gmail

assasinfil

Пользователь
Как настроить чтобы сайт отправлял почту с этого адреса [email protected] (gmail почта на домен не смотрите)
Копирую мой конфиг тестовый
// Email
$bb_cfg['emailer_disabled'] = false;

$bb_cfg['smtp_delivery'] = false; // 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.gmail.com'; // 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'] = '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'] = "[email protected]"; // email for sending error reports
$bb_cfg['abuse_email'] = "[email protected]";
$bb_cfg['adv_email'] = "[email protected]"; при попытке отправить почту из админки вылазит ошибка Failed sending email :: PHP ::
OS Ubuntu 15.10 VPS host-food.ru
 
Последнее редактирование:
Сверху