Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End How to send mails using PHP? Re: How to send mails using PHP?

#106442

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.