有没有办法在您的网站上使用(嵌入)Gmail - Yahoo?
我不是在谈论像 cURL 或 SMTP 服务器之类的东西
我有一个愚蠢的想法,用户可以通过附加文件为我发送电子邮件,而不是构建上传系统。
所以我想如果gmail(或yahoo..)有一个API可以将带有免费帐户的SEND Mail页面嵌入到我的网页中以便所有用户都可以使用它?
抱歉我的英语不好:D
I'm not talking about something like cURLs or SMTP server
I have an stupid idea that instead of building a upload system, user can email for me with attach file.
So I think if gmail (or yahoo..) has an API to embed the SEND Mail page with a free account to my webpage so that all the user can use it?
Sorry for my bad English :D
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以简单地提供一个电子邮件地址并要求人们向其发送带有附件的电子邮件,或者创建一个 HTML 表单,允许用户上传由 CGI 处理的文件。我在前端使用 Uploadify ,并使用 Perl CGI 脚本来处理结果。
You could either simply provide an email address and ask that people send emails to it with their attachment(s), or create a HTML form which allows users to upload a file which is processed by CGI. I use Uploadify on the front end, and a Perl CGI script to process the results.