Email Unsubsribe header with custom domain name?

ForTheLegacys

Regular Member
Joined
Oct 2, 2020
Messages
258
Reaction score
138
Hi,

I can't find this information here by searching google.
I am looking to add a way for people to unsubscribe from my email. BUT, when they click the unsubscribe link from my email, it sends them to my domain name, not the email management service provider.

Do you know of code or provider for this?

This email WILL NOT BE USED FOR MASS MAILING. So it does not have to be a service provider.
Preferably, if I can achieve this with a gmail, that would be great.


Doing an experiment.

Thanks!
 
Set up a landing page on your website and use a server-side script (e.g., PHP) to handle the unsubscription process. Integrate this link into your emails, ensuring it directs users to your domain for a seamless and branded experience. For example: `<ahref="https://yourdomain.com/[email protected]">Unsubscribe</a>`.
 
Back
Top