Home › Forums › Back End › How to send mails using PHP? › Re: How to send mails using PHP?
July 19, 2012 at 2:04 pm
#106429
Member
Couple of questions:
1.) Are you trying to send via SMTP or PHP native mail() function?
2.) Do you have an SMTP server setup on your windows box?
Also, you’re not providing the proper mail headers. You need:
– version
– content-type / charset
– from
– reply-to
all which need to new line breaks for the native mail function. ie “rn”.