Description
This function retrieves an autoresponder's interval setting. The interval setting determines the amount of time, in hours, that the server waits between autoresponder messages to the same address.
Warning:
- UAPI (recommended) —
Email::get_auto_responder
— This function retrieves autoresponder information. - cPanel API 2 —
Email::fetchautoresponder
— This function retrieves an autoresponder's information.
Examples
Parameters
Parameter |
Type |
Description |
Possible values |
Example |
|
string |
Required The email address. |
A valid email address on the server. |
user@example.com |
Returns
This function returns the autoresponder's interval setting, as an integer.
Note:
A value of 0
indicates that the system sends an autoresponder message for each email received.