Heim > Backend-Entwicklung > PHP-Tutorial > PHP send email configuration in XAMPP

PHP send email configuration in XAMPP

WBOY
Freigeben: 2016-07-29 09:05:25
Original
1002 Leute haben es durchsucht

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教程有兴趣的朋友有所帮助。

Verwandte Etiketten:
Quelle:php.cn
Erklärung dieser Website
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn
Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage