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 in your Email Services Settings. These settings must be correctly configured before you will be able to send emails.

Examples

* Send one message

AddMail("me@mydomain.com.au", "The subject", "The Message")

SendMail()

____________________________

Related Topics:

AddMail()

CreateEmailJob()

Business Function List

 



CAPITAL VISUAL BUILDER