Unsubscribe link in bottom of email


Home Forums Front End PM PRO Unsubscribe link in bottom of email

This topic is: Not Resolved
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #12507
    Marko Musicki
    Participant

    Hi!
    Is there way we can add unsubscribe link in bottom of email? So when user click on it it have effect like he uncheck option: “Email me when I get new messages?” in settings tab?

    #12510
    Shamim Hasan
    Keymaster

    Settings form in nonce protected. So we cannot change any option without submitting form from there. You can redirect users to settings page, then users can set as they want.

    Or you can use fep_update_user_option( 'allow_emails', 0 ) to uncheck option programmatically.

    #41877
    David
    Participant

    Hi Shamim,

    I think it would be a great addition to the plugin if we could add the user ID info to the notification emails so that they could be passed as a URL parameter for example to unsubscribe using fep_update_user_option( ‘allow_emails’, 0 ‘$userID’ ) without the need to be logged in.

    Is there any chance this could be incorporated in a future version?

    #41888
    Shamim Hasan
    Keymaster

    Thank you for nice suggestion. I will try to add this is future version.
    You can follow in https://github.com/shamim2883/front-end-pm/issues/74

Viewing 4 posts - 1 through 4 (of 4 total)

You need to purchase ‘Front End PM PRO’ to create topic in this support forum.

If you already purchased ‘Front End PM PRO’ please LOGIN.