Cpanel::Email::listautoresponders

This article documents the usage of the Cpanel::Email::listautoresponders function in relation to the cPanel interface. This tag can be used inside cPanel pages.


SYNOPSIS

Cpanel::Email::listautoresponders


DESCRIPTION

This tag lists the current email addresses with autoresponders for a domain as well as information about the response.


VARIABLES

INPUT

domain (string)
Domain to list autoresponders for. Format: domain.com

OUTPUT

subject (string)
The subject of the email sent as an autoresponse.

email (string)
The email account that has an autoresponder enabled. Format: email@domain.com


EXAMPLES

<?cp Email::listautoresponders([tr] [td]%[/td] [td]%[/td] [/tr],email,subject) domain=$FORM{'domain'} ?>

This example will output a table of the email addresses for the domain that have autoresponders enabled as well as the subject of those autoresponders.


COPYRIGHT

Copyright 2007 cPanel Inc.