有没有办法在您的网站上使用(嵌入)Gmail - Yahoo?

发布于 2024-11-10 14:37:12 字数 185 浏览 1 评论 0原文

我不是在谈论像 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 技术交流群。

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

发布评论

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

评论(1

以酷 2024-11-17 14:37:12

您可以简单地提供一个电子邮件地址并要求人们向其发送带有附件的电子邮件,或者创建一个 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.

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