Adrian Binggeli
New Member
I try to get MLM unsubscribe to work. When i test it the email Adress is deleted in the list, but i cannot find where it is marked as unsubscribed like i set in lm_prefs.php:
// -- Unsubscribe settings -----------------------------------------------------
$unsub_keep = true; // Keep unsubscribed emails in lists (as unsubscribed)
$unsub_confirm = true; // Ask user to confirm unsubscribe
$unsub_silent = false; // Unsubscribe without notification email
And it does not send an Email:
// -- Notifications ------------------------------------------------------------
$admin_notifications = 1; // Set to 1 to get sent subscribe/unsubscribe notification emails
when i set debug it shows the following:
Notice: Undefined variable: confirm in /home/skemach/public_html/lm/lm.php on line 696
Any tipps or you need more information?
Help very much appreciated.
Thanks Adrian
// -- Unsubscribe settings -----------------------------------------------------
$unsub_keep = true; // Keep unsubscribed emails in lists (as unsubscribed)
$unsub_confirm = true; // Ask user to confirm unsubscribe
$unsub_silent = false; // Unsubscribe without notification email
And it does not send an Email:
// -- Notifications ------------------------------------------------------------
$admin_notifications = 1; // Set to 1 to get sent subscribe/unsubscribe notification emails
when i set debug it shows the following:
Notice: Undefined variable: confirm in /home/skemach/public_html/lm/lm.php on line 696
Any tipps or you need more information?
Help very much appreciated.
Thanks Adrian