-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add only as inline image #141
Comments
Please show an example of how are you adding the images, but I think what you're seeing here is not really related to django-templated-email. |
@fjsj This is how I am reading the images.
I tried with Html snippet is attached below.
Image is rendering inline properly but they are also being attached as attachments. Weird thing is not all mails being generated have attached images. It is inconsistent but all the mails have the same data and are being generated from same template. |
Check this: https://markvanlent.dev/2014/01/15/sending-emails-with-embedded-images-in-django/ |
@fjsj I am using |
|
@fjsj thank you |
@fjsj thanks for the info it worked but currently when I forward the emails inline images are not rendering and they are just being attchedas images. Do you have any context why can this happen |
@naga293avoma can you paste your full email sending code? |
@fjsj and we send these emails via ses
|
Images are also being attached in some email clients. Can we add them as only inline images
The text was updated successfully, but these errors were encountered: