HTML Email in WordPress
add_filter('wp_mail_content_type',create_function('', 'return "text/html"; '));