Image as signature in email

Hi ericvdis,

Yeah you can do! You should call bsfn email with html param enabled and add to body <img> html tag. You can use href static image or base64 image.

For example, I use P98TMPL templates and defined body and add html body tags. Later, I get template (with system function) and add to email body.

For example:
<p><img alt="jdelist" src="https://www.jdelist.com/JDE_List_Logo_20Years_SVG.svg" style="height:64px; width:219px" /></p>

You can use html wysiwyg online editors to help.

Best regards.
 
Back
Top