andrewdavey / postal

Email sending for asp.net mvc using the view engine system to render emails.
http://aboutcode.net/postal
MIT License
536 stars 169 forks source link

Embedding Base64 Image #154

Open TheFurryMonk opened 8 years ago

TheFurryMonk commented 8 years ago

Is embedding base64 images possible? If not, any plans on including this feature sometime in the future?

Any possible workaround in accomplishing this using Postal?

VickyMahir commented 7 years ago

@TheFurryMonk I think below article help you.

https://kirandhappuri.wordpress.com/2015/09/13/sending-email-with-a-background-image-using-postal-asp-net-mvc/

jhonnymertin849 commented 6 months ago

Currently, embedding base64 images isn't directly supported in Postal. However, it's a feature that could be considered for future updates. As for workarounds, you might explore converting the Smd screen base64 images to regular image URLs and then embedding them in your emails.