[email_compose->addHtmlPart]
adds a new HTML part to a message being composed. The tag requires either the -data
parameter which takes the HTML text of the part to be added or the -path
parameter which specifies the name of a file that will be included as the HTML part.
email_compose->addTextPart(-data='text')
email_compose->addTextPart(-path='include.txt')
The code below attaches an HTML data section to an email that can be viewed by those email clients who have that capability.
Code
var(my_msg) = email_compose(-to='to@example.org', -from='from@example.com',
-subject='Multi', -body='# Lost Rhino!')
$my_msg->addHtmlPart(-data='<h1>Lost Rhino!</h1>')
Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft
Recent Comments