We need to create a link for all emails that allow users to easily unsubscribe from all future emails without having to login. This can be done by setting all columns in the email table to false. The link should be easily creatable but not easily guessed ... I don't really fancy another token saved in the database although this is an option.
We need to create a link for all emails that allow users to easily unsubscribe from all future emails without having to login. This can be done by setting all columns in the email table to false. The link should be easily creatable but not easily guessed ... I don't really fancy another token saved in the database although this is an option.