锚标记中的 mailto: 是否确实支持附件?
是否可以在 HTML 的 mailto: 标记中指定附件?
< a href="[电子邮件受保护]?body=somebody&subject=someSubject “>我的链接< /a>
如果是,我如何指定附件:
- 在用户的计算机上
- 在服务器上
Is it possible to have attachments to be specified in the mailto: tag in HTML?
< a href="[email protected]?body=somebody&subject=someSubject">my link < /a>
if yes, how can I specify an attachment on:
- In the user's machine
- At the server
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
首先,重要的是,
mailto
不是一个“标签”,它是一个 URL方案。其次,不可以,该方案仅允许您为 RFC 822 标头提供值。特定 MUA 可能支持一些 hack,但它们不可移植。Firstly, and it is important,
mailto
is not a "tag", it's a URL scheme. Secondly, no, the scheme only allows you to supply values for RFC 822 headers. There may be hacks supported by particular MUAs, but they won't be portable.我不确定是否可以与 mailto 一起使用,但
/a
开关可以与 Outlook 一起使用。Outlook 中有关“命令行开关”的帮助搜索提供了详细信息。
当然,因为这是一个仅限 Outlook 的交换机,并且您需要路径
展望存在局限性(以及可能由
从 Web 访问文件)。
I'm not sure about with mailto but the
/a
switch can be used with Outlook.A Help search in Outlook on "command-line switches" gives details.
Naturally, since this is an Outlook-only switch and you need the path to
Outlook there are limitations (as well as possibly limitations imposed by
file access from the Web).