Okay
  Public Ticket #2295839
Support HTML email templates
Closed

Comments

  • phlegx started the conversation

    Why this nice calendar plugin does not support HTML email templates? Can you please add this feature?

    Thx so much!

  •  771
    Zhivko replied

    Try adding in your theme functions.php file following filter:

    add_filter('wp_mail_content_type', function() {
        return "text/html";
    });



    Stachethemes Developer

  • phlegx replied

    Why set this config globally? Can you please add a filter on the plugin, so that I can set this only for the calendar emails?

  •  771
    Zhivko replied

    Yes, it will be added.


    Stachethemes Developer

  • phlegx replied

    Thank you so much Zhivko! Yuppppiiii