Mailgun - Modify and/or wrap unsubscribe page
Asked Answered
A

3

6

I'm using the Mailgun unsubscribe handling. I'd like to be able modify the mailgun generated "Unsubscribe" and "You have unsubscribed" pages. If there is no way to modify these pages, is there a way to wrap them with header / footer to add some branding?

Anemia answered 23/7, 2014 at 12:50 Comment(0)
M
6

Unfortunately, unless you handle the unsubscribes on your server, there is no way to customise those pages!

Motet answered 2/9, 2014 at 11:50 Comment(0)
C
1

Hey You can actually handle it yourself. What your saying is possible however according to mail-gun support the urls are never front facing meaning in your html you would have to do something like this:

<br>
 Want to change how you receive these emails?<br>
<a href=%mailing_list_unsubscribe_url% target="_blank">Stop receiving emails 
from us</a><br>
&nbsp;

According to them this should work the same as there methods. if you do not want to use the unsubscribe mailing list then use another one there are 3 found here

Crustaceous answered 7/12, 2018 at 13:58 Comment(0)
F
0

According to Mailgun support, there is no such option yet. But you can create a custom unsubscribe page on your server and link it to the unsubscribe button in your email. Thereafter you can unsubscribe the user from your domain or your mailing list by using Mailgun API.

Foreignism answered 27/2, 2023 at 8:48 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.