mirlo icon indicating copy to clipboard operation
mirlo copied to clipboard

Images in updates get cut off when sent as base64

Open simonv3 opened this issue 1 year ago • 0 comments

blob

I suspect this is happening because some email clients cut off emails after certain length (gmail).

One solution to this is to upload images to minio for blog posts. Nice added layer of complexity :(

Going to first try this though https://stackoverflow.com/questions/41946783/gmail-blocking-small-embedded-inline-images-in-email-template/68532260#comment129526488_68532260

Looking further at the Nodemailer doc, it looks like this package is not (or no longer?) useful: we only need to add attachDataUrls: truein the sendMail options.

simonv3 avatar May 17 '24 14:05 simonv3