$QueMail |
Places an email in the WebPublisher Studio Mail Queue. The WebPublisher Studio Mail Manager is used to setup the outgoing mail servers and the queue send frequency.
|
Syntax |
Do SERVER.$QueMail($clib,cSndName,cSndAdr,cSubject,lTo,iType,cBody, [lCC,lBCC,iPriority]) Returns #F
|
cSndName
|
character - sender's name. |
cSndAdr |
character - sender's email address. |
cSubject |
character - mail subject. |
lTo |
list - single column list of receiver email addresses. |
iType |
short integer - content mime type - 0=text/plain, 1=text/html - if omitted defaults to 0. |
cBody |
character - the mail message body. |
lCC |
list - optional - single column list of CC email addresses. |
lBCC |
list - optional - single column list of BCC email addresses. |
iPriority |
short integer - optional - range 1 through 5 with 1 as the highest priority - if omitted defaults to 3. |
#F |
true if the operation succeeded, false if a mail error occurred. |
Notes |
Error messages will be posted to the WebPublisher Studio Mail Error Log. |