Sitemap Sitemap  |  Contact Us Contact Us  |  Clients Clients
   GenerateHTMLEmail
  Home |  WebHare Lite |  Downloads |  HareScript |  Websites/CMS |  Applications
Search for:  in: 
Applications
Module development
Core functions
 
Configuration
Database access
Managing users, units and privileges
Task scheduler
WebHare mailer
WebHare webserver
GenerateHTMLEmail
  Create an email message based on a source document
 
Library module::system/mailer.whlib
 
Syntax PUBLIC RECORD FUNCTION GenerateHTMLEmail (BLOB doc,RECORD wittydata)
 
Parameters
doc Document to convert (of a supported type)
wittydata Witty data to use in mailing. If a default record is passed, no witty interpreter is run over the document
 
Returns A record describing the conversion results
  The record contains the following cells:
success True if the conversion was successful
toppart Top part of the email message
 
 
In library 'mailer'
GenerateHTMLEmail
IsSupportedMailingType
QueueMail
QueueSimpleMail
 
Top To top of page