SuperMailingList allows management of newsletter recipients online with a MySQL database and PHP scripts in mailing lists. The difference to SuperMailer newsletter scripts are the live management of recipients and sending confirmations at subscription or unsubscription of mailing list.
More information to SuperMailingList you can find in internet at http://www.supermailinglist.de/ .
For importing recipients from SuperMailingList open the Import dialog in SuperMailer and select "from SuperMailingList". Specify the HTTP URL auf export script and username and password. The name of script is ever supermailer_import.php, e.g. http://www.supermailinglist.de/mailinglisten_verwaltung_demo/supermailer_import.php
Recommendation for using SuperMailer and SuperMailingList together
Unsubscribe link
Use the unsubscribe link showed in SuperMailingList Website - Subscription/Unsubscription forms. In SuperMailer copy the unsubscription link (HTML- and plaint text variant) in the fields you can find on menu Project - Unsubscribe link. Modify the script parameter ML=X to ML=[Recipients_group] in unsubscribe link to let SuperMailer use the correct recipients group name in unsubscribe link.
Sample: showed unsubscribe link in SuperMailingList for mailing list Demo_Mailing_List
http://www.supermailinglist.de/mailinglisten_verwaltung_demo/nl.php?ML=Demo_Mailing_List&F=1&Action=unsubscribe&IsHTMLForm=0&EMail=[EMail]
After modifying the link
http://www.supermailinglist.de/mailinglisten_verwaltung_demo/nl.php?ML=[Recipients_group]&F=1&Action=unsubscribe&IsHTMLForm=0&EMail=[EMail]
Insert placeholder [UnsubscribeLink] to your newsletter text (HTML and plaintext variant). SuperMailer will send the correct unsubscribe link to your recipients and they can be unsubscribe from mailing list.
See also
Retrieve Newsletter subscription / unsubscription with SuperMailer
SuperMailingList - Update History of sent emails