Emailer body text templates

Dear Wappler team,

I am trying to embedded in the body text area of wappler mailer email some formatted html text. I also trying to embedded an image as the banner to the email. My results are the formatted text to display as normal text and i am getting an error that the image cannot be found . Can you please help on that? What’s the better procedure to build a html email form to send to my users?

Regards

You will need to use inline styles for your formatting in an E-Mail body as most mail clients will accept this as far as I know? Am sure remote content (CDN for BS4 etc) may require additional permissions to display correctly within the client. Also full paths to images will be required, ie:

<img src="https://example.comimages/logo.png"  width="420">

Which coincidentally will also require remote content permissions… Damn it…

Anyway hope that helps. Maybe someone else has a better idea or method to achieve this?