【发布时间】:2020-12-13 13:22:41
【问题描述】:
我(和一些人)每天都需要发送很多类似的电子邮件。使用 Outlook 2010 作为邮件客户端。今天我想以某种方式简化这个过程。
考虑带有mailto 链接的html 页面。喜欢:
<a href="mailto:our@inner.mail&subject=Subject01&body=textForLetter">Letter to someone</a>
<a href="mailto:ourOther@inner.mail&subject=Subject02&body=anotherTextForLetter">Letter to someone else</a>
等等……
当我单击其中一个时,问题就出现了。 Outlooks“新消息”窗口弹出,但没有签名。它只是正文中来自mailto 链接的文本。
谁能指出我做错了什么?
【问题讨论】: