Hey.
Does this Server Support PHP with mail HTML?
I can't get it to work.
Heres my Code.
Thanks for any Help.
Does this Server Support PHP with mail HTML?
I can't get it to work.
Heres my Code.
| Code: |
| mail('webmaster@xx.com', 'Subject',
'<body> My HTML Email HEre! </body>', "To: $Reciever\n" . "From: $sendersname <$sender>\n" . "MIME-Version: 1.0\n" . "Content-type: text/html; charset=iso-8859-1"); |
Thanks for any Help.
