Hello,
I have sucessfully got my script working so that I can send plain text emails using the mail($to, $subject, $message, $headers); function.
My issue is purely cosmetic as when I open up the email in say outlook my email is displayed with what looks like tabbed lines and it is basically NOT being displayed as the text is laid out in my script. I tried embedding some html but when I viewed the email in outlook I actually saw the html tags !
Sorry to be vague but I suppose my questions are
1.) Using the mail function is it possible to format the body of my plain text email i.e in the script force carriage returns.
2.) can I embed html in my script to format my email body?
3.) Is there another option?
Again sorry to be vague but I have got so near but yet so far. The damn script does its job but the email looks horrid...
Thankyou in advance.
Rowan