Ask HN: How do you handle images in email templates?
4 points| rob001 | 7 years ago
1. Linked images 2. Cid images (images are attached) 3. Base64 encoded images
My gut says to stick to linked images for simplicity and ensure the image title tags are descriptive. At work we use cid images as they seem to show up more often during testing.
Any recommendations?
chatmasta|7 years ago
You might find this SendGrid post [0] helpful, but probably you've seen it already.
[0] https://sendgrid.com/blog/embedding-images-emails-facts/
SmileyJames|7 years ago