Home › Forums › Back End › How to send mails using PHP? › Re: How to send mails using PHP?
July 19, 2012 at 4:58 pm
#106442
Member
Not sure if it matters, but there should be a space after the “From:” in your $header variable, and there should be no space before the rn. Also, keep in mind that a local server is not going to be able to send out mail (at least without special set up or additional software). If you want to test this legitimately, make sure you’re running it on a live server.