如何在 Google Apps 中代表用户发送电子邮件?
我正在编写一个应用程序,需要代表我们的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我还没有这样做,但如果您有 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.
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.