Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter mohammadshabaz

    (@mohammadshabaz)

    I found out

    I need to edit this file
    wp-job-manager-alerts/includes/class-wp-job-manager-alerts-notifier.php

    and just before wp_email()

    add_filter( 'wp_mail_content_type', 'set_html_content_type' );

    Thread Starter mohammadshabaz

    (@mohammadshabaz)

    and also add this function

    function set_html_content_type() {
    
    	return 'text/html';
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Job Alerts HTML Email’ is closed to new replies.