I’m now sending e-mails via email.js . Unfortunately, though, the HTML I’m including in a message_HTML template variable is not getting rendered (for example, when I include “
” in message_HTML , it appears as “
” in the e-mail that gets sent out, not the 2 line breaks I was trying to effect).
Per https://girizano.wixsite.com/codecorner/home/send-email-thru-gmail-and-others-in-wix-code , I had set “Content-type” to “application/json”. If I switch it to “text/html”, e-mails don’t get sent out.
Any ideas?