If you are going to send SMTP with PHP, and sendmail isn't just good enough, you might want to try and use PEAR package. super one.
Just don't forget to setup correctly the header for the send function
$header['From'] = $websiteName . " <" . $emailAddress . ">";
$header['MIME-Version'] = '1.0';
$header['Content-type']= 'text/html; charset=iso-8859-1';
$header['Subject']= $subject ;
Have fun
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment