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.
有谁知道这是否可以在java脚本中做到?我有一个表格供人们上传带有描述的照片,但不是将其上传到服务器,而是将其发送到电子邮件地址?
有没有人这样做过?
我知道您提到直接从 JavaScript 发送电子邮件,但除非我弄错了,否则这是不可能的。后端需要某种服务器技术来接收文件,然后通过某种邮件服务器发送。这完全可以通过对用户透明的方式实现,但您需要详细说明服务器技术和平台的类型,以便更好地回答问题。
更新:发送电子邮件将从服务器端完成,因此客户端甚至不需要接收加密或未加密的凭据。我没有专门使用 Gmail API 的经验,但我只能想象谷歌会提供一个安全的连接来发送电子邮件。