Does the mailto: in anchor tag actually support at

2019-02-24 03:45发布

Is it possible to have attachments to be specified in the mailto: tag in HTML?

< a href="test@test.com?body=somebody&subject=someSubject">my link < /a>

if yes, how can I specify an attachment on:

  1. In the user's machine
  2. At the server

2条回答
【Aperson】
2楼-- · 2019-02-24 04:22

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).

查看更多
疯言疯语
3楼-- · 2019-02-24 04:45

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.

查看更多
登录 后发表回答