How to send email in PHP from localhost using WAMP server? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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 Answers
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