[wp-hackers] wp-hackers Digest, Vol 71, Issue 47
Scot Hacker
shacker at birdhouse.org
Fri Dec 10 18:43:55 UTC 2010
> From: William Davis <will.davis at gmail.com>
>
> I've sent HTML e-mail using wp_mailer():
>
> $headers = "From: Me, yo\r\n";
> $headers .= 'MIME-Version: 1.0' . "\r\n";
> $headers .= 'Content-type: text/html; charset=UTF-8' . "\r\n";
>
> wp_mail($email, $subject, $body, $headers)
Many thanks William and Paul. I actually wasn't aware that phpmailer
was built in until I saw this thread. Thanks for the headsup and tips.
I retract my advice to the other poster to include phpmailer with his
plugin.
./s
More information about the wp-hackers
mailing list