Try OpenEdge Now
skip to main content
BP Server Developer's Guide
E-mail templates for task completion : HTML e-mail templates : HTML images : HTML parser
 
HTML parser
BP Server uses an HTML Parser to parse the HTML for all <img> tags and automatically replace the relative or file paths of the images with uniquely generated content-ID URLs. For example, the <img src="images/loginlogo.gif"> tag is replaced with the <img src="cid:{unique-id}"> tag.
The HTML Parser can also be used to plug-in the generated HTML into an HTML template, similar to the Dynamic HTML. BP Server needs a well formed HTML e-mail template, otherwise it cannot embed images with sendemail.