I wish to send HTML emails. I tried using mime.php but could not get it working. Below is my working text email code:
Solution 1:
I had to replace the Content
header line to:
'Content-Type' => "text/html; charset=UTF-8",
That was the mistake above. It is working fine now.
Post a Comment for "Html Email Through Ses Smtp Interface - Pear"