Description
This function creates a Mailman mailing list.
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 |
|
list |
string |
Required The mailing list name. |
A valid mailing list name. |
newlist |
|
password |
string |
Required The mailing list password. |
A secure password. |
12345luggage |
|
domain |
string |
Required The domain. |
A valid domain on the cPanel account. |
example.com |
|
rebuildonly |
Boolean |
Whether to rebuild the mailing list. This parameter defaults to 0. |
|
0 |
|
private |
Boolean |
Whether the mailing list is private. This parameter defaults to 0. |
|
0 |
Returns
This function only returns metadata.
