我正尝试使用xampp从localhost发送邮件,因此我配置了我的xampp php.ini和sendmail.ini文件,使用我的Gmail帐户在我的PHP脚本中借助以下两个链接发送电子邮件:{ {3}}和link1。
但是,当我想发送我的联系表格时,我收到验证消息您的邮件已发送,但在我的邮箱中,我不知道发现没事。
[mail function]
SMTP=smtp.gmail.com
smtp_port=587
sendmail_from = ******@gmail.com
sendmail_path = \C:\xampp\sendmail\sendmail.exe\ -t
mail.add_x_header=On
[sendmail]
smtp_server=smtp.gmail.com
smtp_port=587
smtp_ssl=auto
error_logfile=error.log
auth_username=******@gmail.com
auth_password=**********
force_sender=******@gmail.com
我错过了什么?为什么我收不到邮件?