Thursday, April 28, 2011

Email Using - Wordpress

$headers= "MIME-Version: 1.0\n" .
        "From: Me <dale.hurley@example.com>\n" .
        "Content-Type: text/html; charset=\"" .
get_option('blog_charset') . "\"\n";
wp_mail($emailaddress, $subject, $content, $headers);

No comments: