Replies: 1 comment
-
Most mail agents do not accept base64 context in email. To correctly add your image to the email, you have to use the Attachment feature. It is a paid feature. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to add a base64 image inside the body of my template? I attempted to send the content from my React app and utilized {{{ message }}} in my template, but it didn't work. I also attempted to edit it as code and used this ' img src="{{message}}" ' (this is an image tag). The message contained Base64 code for my image but it is not displaying. Is there a method to accomplish this?
Beta Was this translation helpful? Give feedback.
All reactions