A few XAMPP configuration points to send the email from PHP by using gmail account,
1, \xampp\sendmail\sendmail.ini
smtp_server=smtp.gmail.com
smtp_port=587
auth_username=huilin.xiong@gmail.com (your gmail account)
auth_password=your passowrd
2, \xampp\php\php.ini
sendmail_path = "\"D:\PHP\xampp\sendmail\sendmail.exe\" -t"
3, gmail account sign-in & security setting,
set Allow less secure apps: ON
If this is not set, the sending email will fail.
以上就介绍了PHP send email configuration in XAMPP,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。
每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号