|
SendMail()
Enterprise Edition Only
Sends the emails pending the email queue.
Syntax
SendMail() -->
cMessage
Arguments
None.
Returns
The function returns an empty (blank)
string if the messages were successfully send. Otherwise the return
value is the error message.
Description
This function sends the email messages
pending in the email queue. Use the
AddMail()
function to email all messages pending in the queue.
Your system will connect to your email
service based on the settings found under the Email Services
Settings within the CAPITAL Office Help File. These settings must
be correctly configured before you will be able to send
emails.
Example
* Send one
message
AddMail("me@mydomain.com.au", "The subject", "The
Message")
SendMail()
____________________________
Related Topics
AddMail()
CreateEmailJob()
SendHTMLMail()
Business
Function List
|