TTMSFNCCustomCloudMailChimpTransactions.SendMail Method
Sends the given message through the transactional email service.
API unit family: TMSFNCCloudMailChimp.Transactions
Declaring type: TTMSFNCCustomCloudMailChimpTransactions
Syntax
procedure SendMail(AMessage: TTMSFNCCloudMailChimpMessage; AAsync: Boolean = false; AIPPool: string = '');
Parameters
| Name | Description |
|---|---|
AMessage |
The message to send, including content and recipients. |
AAsync |
When True, the message is queued and sent asynchronously by the service; when False, it is processed immediately. Defaults to False. |
AIPPool |
The name of the dedicated IP pool to send through. Leave empty to use the default pool. |