如何在 Google Apps 中代表用户发送电子邮件?

发布于 2024-09-17 05:29:51 字数 134 浏览 9 评论 0原文

我正在编写一个应用程序,需要代表我们的 Google Apps Premier 域的用户发布电子邮件。我发现如果您有管理员凭据,可以使用 AppEngine 邮件服务来执行此操作。我想知道如何从 Tomcat 上运行的普通 Java 应用程序执行此操作。

I'm writing an app which needs to post emails on behalf of users of our Google Apps Premier domain. I see there is a way to do this using the AppEngine Mail Service if you have the admin credentials. I want to know how to do this from a normal Java app running on say Tomcat.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

樱娆 2024-09-24 05:29:51

我还没有这样做,但如果您有 Premier Apps 域,那么您应该能够启用和使用 oauth(免费版本不能)并按照以下示例代表您域中的用户发送电子邮件:< a href="http://code.google.com/apis/gmail/oauth/code.html" rel="nofollow noreferrer">http://code.google.com/apis/gmail/oauth/code.html 如果我正确理解你的问题。

I haven't done this, but if you have a Premier Apps domain then you should be able to enable and use oauth (you cannot with the free version) and follow these examples to send email on behalf of the users in your domain: http://code.google.com/apis/gmail/oauth/code.html if I understand your question correctly.

神也荒唐 2024-09-24 05:29:51

App Engine 是一个平台。如果不编写在 App Engine 上运行的应用程序,您就无法使用 App Engine 服务。

App Engine is a platform. You can't use App Engine services without writing an app that runs on App Engine.

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