Shammi Shailaj
Shammi Shailaj

Reputation: 475

How do I add unsubscribe link to emails sent via Mandrill

How do I add unsubscribe link to emails sent via Mandrill automatically. Specifically, I need a feature in Mandrill not something I would have to develop at my end.

Upvotes: 1

Views: 2699

Answers (1)

Shammi Shailaj
Shammi Shailaj

Reputation: 475

Just add a link like the following:

<a href="*|UNSUB:http://mywebsite.com/unsub|*">Click here to unsubscribe.</a>

to your emails and Mandrill will put an unsubscribe link and will also provide the backend mechanism to automatically unsubscribe the user. This is done by adding the email address to your Rejection Balcklist in your account.

For more details, please see the original documentation

Upvotes: 6

Related Questions