Save XpressDox templates as emails
This function is similar to the SaveAsEmail function, except that the XpressDox template is assembled to an email (eml) and sent directly from the web.
Command structure:
«SendAsEmail('jack@email.com','Information required')»
SendAsEmail takes 2 parameters, the email address to whom the email should be sent and the subject of the email. Each of those parameters can be static text or data elements. If either of the parameters are static text, then that text should should appear in quotes, for instance in the above example.
Note: SendAsEmail behaves the same as SaveAsEmail when run in the Desktop. This feature is available from v14 onwards.