创建新邮件消息

发布于 2024-12-04 03:54:21 字数 172 浏览 1 评论 0原文

我需要生成一条新的邮件消息,以便客户只需查看它并在他的电子邮件客户端上按“发送”即可。

我的第一个想法是使用“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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

浅唱々樱花落 2024-12-11 03:54:21

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文