How to Send E-Mail in PHP: A “Share This” Form
Wednesday, February 6th, 2008This question comes up a lot in forums - how do you send e-mail in PHP?
There are plenty of reasons you’d want to do this. Perhaps you want to send a newsletter to your users. Or you want people to be able to leave feedback through e-mail. Or you just want your users to be able to e-mail the page (or a link to it) to a friend.
How do we do this? The mail() function.
(more…)