addsubscr.sh
Add a lot of subscribers to maillist
- If your need to add a lot of subscribers to mail list use this script. It use standard H-Sphere scripts.
USAGE: addsubscr.sh -l MAIL_LIST -f FILE
Where
MAIL_LIST - target mail list
FILE - File with subscribers in the following format:
test1@domain1.com
test2@domain1.com
test1@domain2.com
test2@domain2.com
Example:
./addsubscr.sh -l list@example.com -f subscribers.txt
Warning: Only root can use this script. Don't forget to restart H-Sphere control panel.
Home