gpt4 book ai didi

javascript - 邮件至 : or alternative for sending an email

转载 作者:行者123 更新时间:2023-12-03 06:36:07 25 4
gpt4 key购买 nike

当用户点击图像时,我希望发送一封电子邮件,其中包含与该图像相关的链接。

这是 html 代码,当前电子邮件会打开,但未附加链接:

    <a href="mailto:?Subject=You%20have%20been%20sent%20a%20MixTape&body=Hello">
<div id="resultsTwo"></div>
<p id="linkTwo"></p>
</a>

有什么建议吗?

最佳答案

由于安全原因,您无法使用 mailto: URL 方案向邮件添加附件:

The user agent interpreting a mailto URL SHOULD choose not to create a message if any of the headers are considered dangerous (...) Only the Subject, Keywords, and Body headers are believed to be both safe and useful. mailto: only supports header values or text/plain content.

根据RFC 2368 .

如果您想发送带有附件的电子邮件,则必须通过服务器端进行。

关于javascript - 邮件至 : or alternative for sending an email,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38196215/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com