搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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.