Scripler / scripler

The Scripler web application source code repository
Do What The F*ck You Want To Public License
5 stars 1 forks source link

"Unsubscribe" link in all MailChimp emails should link to Scripler unsubscribe page #1018

Open mortengf opened 9 years ago

mortengf commented 9 years ago

Currently, the unsubscribe link in the MailChimp emails link to a MailChimp unsubscribe link. This does not unsubscribe the user in our database (User.newsletter).

In order to unsubscribe the user in our database, we must - as an MVP solution - make a new backend API call that sets User.newsletter to false, but we must probably also create a (very basic) page that informs the user that he/she has been successfully unsubscribed.