How do I add an "Unsubscribe" hyperlink in an email message
I need to add an unsubscribe option in certain emails that are sent. In Outlook, I was able to format the word "unsubscribe" with an email address hyperlink but can't see how to do this with Thunderbird.
Ñemoĩporã poravopyre
You'll need to include mailto: before the email address
Something like:
Click <href a="mailto:[email protected]>here</a> to mail me.
Try mailto:// instead if that doesn't work.
Emoñe’ẽ ko mbohavái ejeregua reheve 👍 1Opaite Mbohovái (4)
Insert|Link in the menu. Press the alt button if you don't have a menu.
When I click Insert|Link it asks for a web page location, a local file or select a Named Anchor or Heading from the popup list. I've tried entering the email address I want the unsubscribe message to go to in a test email but when I click the word, nothing happens.
Ñemoĩporã poravopyre
You'll need to include mailto: before the email address
Something like:
Click <href a="mailto:[email protected]>here</a> to mail me.
Try mailto:// instead if that doesn't work.
Thank you the second option mailto:// worked
Thanks for the quick responses.