MasterKaos
Programmer
I'm using the mail() function to send email, was wonderring what i have to do to send it in html? I'm assuming i need to send some sort of headers that identify the message as html?
Also, at the moment html is overkill, because i'm just using it to for new lines. If i'm not using html, how would i put a newline character in? I mean the message body is being pasted together from a few strings, i would like to put a new line between each string.
Hope the above makes sense, i'm pretty tired...
Thanks!
----------------------------------------------------------------------------
The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time.
Also, at the moment html is overkill, because i'm just using it to for new lines. If i'm not using html, how would i put a newline character in? I mean the message body is being pasted together from a few strings, i would like to put a new line between each string.
Hope the above makes sense, i'm pretty tired...
Thanks!
----------------------------------------------------------------------------
The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time.