html from textbox
Posted: Thu Feb 15, 2007 1:28 pm
Hi,
I have an email script for html but it doest come out exactly right i have used the content type:
but when i send it using a client it has the content type multipart/related which works
Any ideas?
Regards,
Reece
I have an email script for html but it doest come out exactly right i have used the content type:
Code: Select all
$headers = 'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";Any ideas?
Regards,
Reece