Relative Content

Tag Archive for reactjsemail

How to send base64 image as part of body on Emailjs

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?