wwServer::SendAdminEmail

Sends an admin email to the specified recipients.

This is the main method that is used to send system emails from Web Connection, and it is called for error handling operations and admin send operations. Forwarded to by wwProcess::SendAdminEmail() with the same signature.

o.SendAdminEmail(lcTitle, lcMessage, 
                 lcRecipients, lcSender, 
                 llHtml, llAsync, 
                 lcRefErrorMessage)

Parameters

lcTitle
The subject of the email message.

lcMessage
The message content. This content can optionally be HTML.

lcRecipients
Single or multiple email addresses separated by commas for the recipient.

lcSender
Single email address for the sender. Use "Display Name <email@server.com>" if you want a formatted sender name to be displayed for the sender.

llHtml
Optional - if set the email's content is considered to be HTML text and sent with an HTML content type.

llAsync
Optional - if set message is sent asynchronously.

@lcRefErrorMessage
Optional - Error message that is set if you pass in a string by reference if the method returns false.


See also:

Class wwServer

© West Wind Technologies, 1996-2024 • Updated: 03/04/19
Comment or report problem with topic