Viewing 1 replies (of 1 total)
  • Thread Starter Jld142

    (@jld142)

    Resolved

    Simply add the following to the themes functions.php file.

    //Send HTML emails in WordPress Using wp_mail function
    add_filter( ‘wp_mail_content_type’, ‘set_content_type’ );
    function set_content_type( $content_type ){
    return ‘text/html’;
    }

Viewing 1 replies (of 1 total)

The topic ‘Send HTML emails’ is closed to new replies.