SendMail 错误:无法使用 gmail 帐户发送电子邮件? XAMPP
Posted
技术标签:
【中文标题】SendMail 错误:无法使用 gmail 帐户发送电子邮件? XAMPP【英文标题】:SendMail error : Can't send emails with a gmail account? XAMPP 【发布时间】:2013-04-25 22:11:15 【问题描述】:您好,我正在尝试使用 php mail() 发送电子邮件并收到此错误:
警告:mail() [function.mail]:无法在“localhost”端口 25 连接到邮件服务器,请验证 php.ini 中的“SMTP”和“smtp_port”设置或在 C:\xampp 中使用 ini_set() \htdocs\drip\class\users.class.php 在第 169 行
这是我的 php.ini:
[mail function]
; For Win32 only.
; http://php.net/smtp
SMTP = localhost
; http://php.net/smtp-port
smtp_port = 25
; For Win32 only.
; http://php.net/sendmail-from
sendmail_from = artemkller@gmail.com
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
; http://php.net/sendmail-path
sendmail_path = "\"C:\xampp\sendmail\sendmail.exe\" -t"
; Force the addition of the specified parameters to be passed as extra parameters
; to the sendmail binary. These parameters will always replace the value of
; the 5th parameter to mail(), even in safe mode.
;mail.force_extra_parameters =
; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename
mail.add_x_header = Off
; Log all mail() calls including the full path of the script, line #, to address and headers
;mail.log = "C:\xampp\apache\logs\php_mail.log"
发送邮件:
[sendmail]
smtp_server=smtp.gmail.com
smtp_port=25
error_logfile=error.log
debug_logfile=debug.log
auth_username=artemkller@gmail.com
auth_password=hidden
force_sender=artemkller@gmail.com
这有什么问题?
【问题讨论】:
【参考方案1】:尝试将 SMTP 的端口更改为 465。
【讨论】:
它现在一直在加载,知道为什么吗? 您能具体说明一下吗?什么是永远加载?邮件没有发送吗? 由于某种原因,它现在没有错误,但是邮件不会到达,甚至垃圾邮件文件夹也不会? 你看过日志了吗?如果有的话,你看到了什么错误? 13.05.02 00:00:23:无法打开文件“C:\xampp\sendmail\debug.log”。该进程无法访问该文件,因为该文件已被另一个进程使用以上是关于SendMail 错误:无法使用 gmail 帐户发送电子邮件? XAMPP的主要内容,如果未能解决你的问题,请参考以下文章
phpmailer / sendmail返回错误“对等连接重置”