Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi @karlemilnikka,

    Thank you for bringing this to our attention and for the feature request. I will forward it to our developers, so they will look into it.

    There is an option to automatically unsubscribe using one click which can be enabled using the filter hook –

    add_filter('fluent_crm/will_auto_unsubscribe', function($status) {
       return 'yes';
    });

    Thank you!

    Thread Starter karlemilnikka

    (@karlemilnikka)

    Thank you very much!

    Thread Starter karlemilnikka

    (@karlemilnikka)

    Thanks for adding the filter as a UI checkbox in the latest version. Please note that the syntax for the unsubscribe header doesn’t follow the RFC.

    Here’s the correct syntax: https://datatracker.ietf.org/doc/html/rfc8058. See chapter 8.1 and chapter 8.2 of the RFC.

    Thread Starter karlemilnikka

    (@karlemilnikka)

    Hi @tahmidulkarim. This is just a reminder that the deadline is just around the corner. Do you have an ETA for the update?

    Thread Starter karlemilnikka

    (@karlemilnikka)

    Hi @tahmidulkarim. We’re only two weeks away now (and need time for testing as well). Please let us know if you won’t have an update out in time so we can start working on a temporary solution.

    Thread Starter karlemilnikka

    (@karlemilnikka)

    Fixed in today’s update (2.8.40). Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Feature request: One-click unsubscribe link (deadline February 2024)’ is closed to new replies.