Cpanel::Email::listlists

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


SYNOPSIS

Cpanel::Email::listlists


DESCRIPTION

This function will output the list addresses of any mailing lists for a domain.


VARIABLES

INPUT

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

OUTPUT

list (string)
List address of mailing list. Format: listname@domain.com

desthost (string)
Hostname of the server the mailing list is on. Format: host.domain.com

listid (string)
ID of the mailing list. Format: listname_domain.com


EXAMPLES

<?cp Email::listlists(%,list) domain=exampledomain.com ?>

The following example will output all the list addresses for exampledomain.com.


COPYRIGHT

Copyright 2007 cPanel Inc.