Unsubscribe Reasons??

expenguin

New Member
Hey there,

so I want to create a page that when the user clicks the [unsubscribe] link in their email, they are brought to a page where they select their reason for unsubscribing.

I'm not sure how to go about doing this as I don't know how to break out of the handling of [unsubscribe].

Any help would be great!

Thanks
 

stanbusk

Administrator
Staff member
When the unsubscribe link is clicked on your message an unsubscribe command is sent to MLM, something like this: http://www.mydomain.com/lm/lm.php?un=EN ... _DATA_HERE This command will run the unsubscribe code, call the SendUnsubscriptionMessage() function and show a response page. Look at the lm.php code, search for that function and you will see the page creation code right below. Note that that function is used 3 times.
 

stanbusk

Administrator
Staff member
This is for customizing the code, there is no manual for that. Better is to ask here for directions.
 
Top