You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that it is never rendered as HTML, but as a simple string, forbiding me to add links, images, or any personalized element in my email body. The string comes from a text area value.
Any hint on what I am doing wrong ?
Thanks you
The text was updated successfully, but these errors were encountered:
Hi !
Email.send({ to : emails, from : "[email protected]", subject : obj, html : SSR.render("eventMail", data) });
With
data
containing a string like : "Hello".The problem is that it is never rendered as HTML, but as a simple string, forbiding me to add links, images,
or any personalized element in my email body. The string comes from a text area value.
Any hint on what I am doing wrong ?
Thanks you
The text was updated successfully, but these errors were encountered: