创建新邮件消息
我需要生成一条新的邮件消息,以便客户只需查看它并在他的电子邮件客户端上按“发送”即可。
我的第一个想法是使用“mailto:”URL,但它有很大的限制,例如,我不能有超过 N 个字符。
最好的方法是什么?客户很可能会使用 Outlook 或 Outlook Express,但我不太愿意使用自动化。
I need to generate a new mail message so that the client just needs to review it and press "Send" on his e-mail client.
My first thougts were about using a "mailto:" URL but that has strong limitations, e.g., I can't have more than N characters.
What is the best way to do this? Most likely the client will have Outlook or Outlook Express but I'm quite reluctant of using automation.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Mailto 是我们发现的以独立于平台的方式执行此操作的唯一方法,即使如此,mailto 字符串也需要针对特定客户进行定制。
否则,您正在考虑自动化,这是特定于客户端的,也是客户端支持自动化的地方。
抱歉,我无法提供更多帮助。
Mailto is the only way we've found to do this in a platform independent manner, and even at that the mailto string needs to be tailored for specific clients.
Otherwise you are looking at automation, which is client specific and that's where the client supports automation.
Sorry I can't be of more help.