• If I add a style tag to a campaign template it works fine. If I add a style tag to the welcome email content it gets stripped out and the styles display as plain text. I would like to be able to add html and a style tag to the notification emails. I believe the code is stripped out and auto formatted with paragraph tags due to the following:

    public function get_welcome_email_content() {
    return wpautop( stripslashes( get_option( ‘ig_es_welcome_email_content’, ” ) ) );
    }

    Can a style tag be supported in the notification email settings? and can automatic formatting with p tags be optional? Without being able to add tags like style and mso conditionals (for outlook) the email html options are limited.

Viewing 1 replies (of 1 total)
  • Hello @allynbeth,

    Our welcome emails are HTML friendly but currently, there is no way to inject CSS. We will consider this as a feature request for our team to consider in the future and see if we can take it up and decide it as per user requirements.

    Thank You!

Viewing 1 replies (of 1 total)
  • The topic ‘Style Tag in HTML Email’ is closed to new replies.