如何配置phplist使用Gmail SMTP服务器



谁知道如何配置phplist使用Gmail SMTP服务器?

建议吗?非常感谢您事先的建议

基于此页面https://github.com/PHPMailer/PHPMailer/blob/master/examples/gmail.phps

我在config.php中添加了以下内容:

define("PHPMAILERHOST",'smtp.gmail.com');
$phpmailer_smtpuser = 'usernae@gmail.com';
$phpmailer_smtppassword = 'password';
define('PHPMAILERPORT','587');
define("PHPMAILER_SECURE",'tls');

不需要其他更改。
我确实收到了谷歌的警告,有人试图访问我的账户,但被阻止了。我必须按照步骤进行连接。https://support.google.com/accounts/answer/6010255

看一下:

Phplist和Gmail SMTP

相关内容

  • 没有找到相关文章

最新更新