Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

How do I add an "Unsubscribe" hyperlink in an email message

  • 4 件の返信
  • 4 人がこの問題に困っています
  • 2 回表示
  • 最後の返信者: NIDMAR

more options

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.

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.

選ばれた解決策

You'll need to include mailto: before the email address

Something like:

Click <href a="mailto:zenos@example.com>here</a> to mail me.

Try mailto:// instead if that doesn't work.

この回答をすべて読む 👍 1

すべての返信 (4)

more options

Insert|Link in the menu. Press the alt button if you don't have a menu.

more options

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.

more options

選ばれた解決策

You'll need to include mailto: before the email address

Something like:

Click <href a="mailto:zenos@example.com>here</a> to mail me.

Try mailto:// instead if that doesn't work.

more options

Thank you the second option mailto:// worked

Thanks for the quick responses.