Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在构建一个用 jquery 编写的插件,旨在在没有服务器端代码帮助的情况下独立运行。我知道如何编写服务器端代码,我只是不想支持它。
话虽如此,我需要通过电子邮件发送图像。似乎无法使用 javascript 发送电子邮件(通过 smtp),并且使用 mailto 将不允许我附加或包含图像。但是,我希望有一种方法可以将 json 帖子发送到某些公司为了处理电子邮件而公开的公共 URL。
有没有人尝试过这样的事情?