This function sends email using the connection to the email server setup with EmailConnect.
Syntax: |
---|
EmailSend( toList, subject, message, [cclist], [bcclist], [attachments] ) |
Parameter: |
Description: |
---|---|
toList |
The list of email address to send the email to. To send to more than one email address put <> around each address and separate using a semi colon. |
subject |
The subject of the email. |
message |
The message body of the email. |
[cclist] |
Optional: The email cc list. |
[bcclist] |
Optional: The email bcc list. |
[attachments] |
Optional: The list of file names to attach. Full path name required. Separate multiple files by a semicolon only -- no spaces. |
Example: |
---|
' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
Returns: |
---|
No information is returned. |
Links: |
---|
|
See Also: |
Edit Time: 9/12/2020 2:17:08 PM |
Topic ID#: 277 |