+ 2
How to send email in PHP from localhost using WAMP server?
For account verification, forgot password and for other things.
2 Answers
0
You could use the PHP mail() function. Check out this link https://www.tutorialspoint.com/php/php_sending_emails.htm
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