%SMTPGuaranteed system variable
Description
This system variable returns a Boolean value, based on the value in the application server configuration file for SMTPGuaranteed. The values are:
| Value in Configuration File | Value Returned by System Variable |
|---|---|
|
0 |
False |
|
1 |
True |
When this value is set to True, the Notification Send method sends emails asynchronously by publishing an Application Message (EMAIL_MSG).
When this value is set to False, the Notification Send method sends emails synchronously by calling the SMTP server directly.