phamtranquocvie

Registered
Dec 27, 2007
1
0
51
Hi All,
Is there a way to automate adding members to a mailing list similar to the following automation script, which creates a new emails:

$file = fopen("http://mgi:[email protected]:2082/frontend/x/mail/doaddpop.html?email=$email&domain=$domain&password=$password&quota=$quota ", "r");

Note: I was trying to use php function "shell_exec ('/usr/local/cpanel/3rdparty/mailman/bin/add_members -r test -w n -a n listname') but realized that that was not possible because the php script was on server A, and the mail server on which the mailing list resided was server B.

Any help is greatly appreciated.