• Resolved nimster

    (@nimster)


    Hi all:

    I’ve setup the wp-html-mail template and was able to create a template without any issue the problem comes after I add my company logo into the template, when receiving the email it asks to download the external images. I’ve already tried to put the image as base64 but the samething happends. Is there a way to send the image with the email and use CID to load it automatically or any other way to make it appear in the email? Thank you!

Viewing 1 replies (of 1 total)
  • Plugin Support Julian

    (@juliangk)

    Hello @nimster,

    that’s the default behavior of some e-mail clients. There is nothing you can do about that.

    However, you could maybe write your own filter, hook into the wp-mail function, search for all image tags, replace them with base64 encoding and embed them inline.

    This is outside of the scope of our plugin however.

    Best regards
    Julian

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.