Try OpenEdge Now
BP Server Developer's Guide
E-mail templates for task completion
:
HTML e-mail templates
:
SendHtmlEmail method
SendHtmlEmail method
The SendHtmlEmail method extends text based SendEmail method and provides the following additional services:
setContent(String htmlContent)
addHtmlImage(URL url, String contentId)
setContent(URL htmlPage, Hashtable images)
You can extend the
SendHtmlEmail()
method to customize the message parts by overriding the
assembleMessage()
method.
In this section:
SendEmail authentication