You Are Here Home > May 2009

May 2009

wPrime and Unexpected Error; Quitting

Right click on it and click “Run as Admin…”

wPrime and Unexpected Error; Quitting
Comments (0)   Filed under: Windows Vista   Posted by: Hamid

Send HTML emails

To send HTML emails, you will need special email headers:

$headers  = "MIME-Version: 1.0\r\n";
$headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
$headers .= "From: FROM-EMAIL@YOURDOMAIN.COM\r\n"
                ."Reply-To: REPLY-EMAIL@YOURDOMAIN.COM";
mail('TO EMAIL ADDRESS', 'SUBJECT LINE', 'Message Body<br /><small>With some HTML</small>', $headers);
Send HTML emails
Comments (0)   Filed under: PHP   Posted by: Hamid
« Newer PostsOlder Posts »