Home › Forums › Newsletter Plugin Support › Embedded images
Hi, thanks for a nice plugin.
Is it possible to embed the images into the email body, to avoid them being fetched remotely?
Hi, actually it’s not a feature of Newsletter.
Ok. Is there a hook available to modify the email body before sending, or do I have to break into the plugin code itself?
There is not a hook for the message body, anyway it’s not enough to change the email body. Other than replace the images with a cid: you should even add the relative attachment to the phpmailer object.
Yeah, I meant something to change the email source.
Well, thanks anyway! 🙂