搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

I'd like to embed a button image in an email that would trigger an email to a specific email address. Is that possible?

  • 2 回覆
  • 2 有這個問題
  • 1 次檢視
  • 最近回覆由 Kai222

more options

Embedding the image is easy. But how do I add a link to it for generating an email?

Embedding the image is easy. But how do I add a link to it for generating an email?

被選擇的解決方法

A link to generate an email is a bit different from a regular link because it starts with mailto instead of http or https:

mailto:person@example.com

That fills in to the To field. If you need to add more parameters you can search out the full mailto syntax. But for example:

mailto:person@example.com?subject=Hello

Does Thunderbird let you create that kind of link?

從原來的回覆中察看解決方案 👍 1

所有回覆 (2)

more options

選擇的解決方法

A link to generate an email is a bit different from a regular link because it starts with mailto instead of http or https:

mailto:person@example.com

That fills in to the To field. If you need to add more parameters you can search out the full mailto syntax. But for example:

mailto:person@example.com?subject=Hello

Does Thunderbird let you create that kind of link?

more options

Presto! THANK YOU.