使用像这样的mailto链接时:
<A HREF="mailto:user@domain.dom" TITLE="Subject">Link Text</A>
Run Code Online (Sandbox Code Playgroud)
是否可以设置FROM:地址?
更新:我忘了提到我有一个俘虏的观众谁将使用IE8和Outlook.
遗憾的是,它不能指定主题,cc,bcc和消息正文.检查完整语法:http ://www.ianr.unl.edu/internet/mailto.html已更新
例如,
<a href="mailto:john@smith.ee?Subject=Challenge yourself">Send</a>
Run Code Online (Sandbox Code Playgroud)
我认为您正在寻找回复地址,在 99% 的电子邮件客户端中,该地址在收件人看来是发件人:
mailto:?reply-to=somebody@somewhere.com
Run Code Online (Sandbox Code Playgroud)
更有趣的例子在这里:
mailto:terminator@thefuture.fake?reply-to=ahnold@thefuture.fake&subject=it%20verks!&message=get%20to%20the%20chopper!
Run Code Online (Sandbox Code Playgroud)