Module parse failed: Unexpected token (3:23) You may need an appropriate loader to handle this file type
i tried to use emailjs in this example:
Emailjs with react – Module parse failed: Unexpected token (3:23) You may need an appropriate loader to handle this file type
i tried to use emailjs in this example:
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?