THIS REPO IS ARCHIVED!
This extension provides an email token, that is replaced with a link to a page that processes a custom opt-out flow. The token works with Mosaico and with traditional mailer also. It provides the following opt-out flow.
The token is replaced with a link to the opt-out page. When the page is visited, it validates the query string parameters and in case of successful validation it sets the contact is_opt_out
flag to 1, that means the user will be excluded from the bulk mailings. After the successful opt-out, the contact email is displayed on the page with success info text.
The extension is licensed under AGPL-3.0.
- PHP v7.3+
- CiviCRM 5.37.1+
- FlexMailer
Sysadmins and developers may clone the Git repo for this extension and install it with the command-line tool cv.
git clone git@github.com:reflexive-communications/easy-opt-out.git
cv en easy-opt-out