Description
This function lists a domain's autoresponders.
Examples
Note:
Use cPanel's API Shell interface (Home >> Advanced >> API Shell) to directly test cPanel API calls.
Parameters
Parameter |
Type |
Description |
Possible values |
Example |
domain |
string |
Required The domain name. |
A valid domain on the cPanel account. |
example.com |
regex |
string |
A Perl Compatible Regular Expression (PCRE) that filters the results. |
A valid PCRE. |
user |
Returns
Return |
Type |
Description |
Possible values |
Example |
|
string |
The autoresponder's email address. |
An email address on the domain. |
user@example.com |
subject |
string |
The contents of the autoresponder message's Subject:field. |
Any string, or a blank value. |
Autoresponder Subject |