How to send email in PHP from localhost using WAMP server? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 2

How to send email in PHP from localhost using WAMP server?

For account verification, forgot password and for other things.

23rd Apr 2020, 1:56 PM
Shailendra Kumar
2 Antworten
0
You could use the PHP mail() function. Check out this link https://www.tutorialspoint.com/php/php_sending_emails.htm
4th May 2020, 3:18 PM
Ahnaf
Ahnaf - avatar
0
I recommend using a library like phpmailer.It may require you to edit the server a bit but you won't regret it.It's easy to use and can send customised mail
6th Sep 2020, 6:51 PM
Manfreo
Manfreo - avatar