简体   繁体   English

我可以在非默认版本上使用Google App Engine接收传入邮件吗?

[英]Can I receive incoming mail with Google App Engine on a non-default version?

Google App Engine allows for multiple version to be deployed concurrently, one of which is the default. Google App Engine允许同时部署多个版本,其中一个是默认版本。

You can access non-default versions via HTTP (and apparently also via XMPP) using a special URL. 您可以使用特殊URL通过HTTP(显然也可以通过XMPP)访问非默认版本。

Is it possible to send email to a non-default version as well? 是否可以将电子邮件发送到非默认版本?

I believe it is not a supported feature since the Mail documentation about this aspect is missing and there's an open issue here . 我认为这是不支持的功能,因为关于这方面的邮件文档中缺少并有一个开放的问题在这里

Anyway, if the mails are handled like XMPP addresses 无论如何,如果邮件处理像XMPP地址

Each version of an app has its own set of XMPP addresses in the following format: 每个版本的应用程序都有自己的一组XMPP地址,格式如下:

anything@version.latest.app-id.appspotchat.com anything@version.latest.app-id.appspotchat.com

If App Engine receives a message for an address in this format, it is routed to the corresponding version of the app (if that version still exists). 如果App Engine收到此格式的地址消息,则会将其路由到相应版本的应用程序(如果该版本仍然存在)。

you could try with: 你可以尝试:

foo@version.latest.app-id.appspotmail.com foo@version.latest.app-id.appspotmail.com

EDIT: This post confirms that you CAN'T do it. 编辑: 这篇文章证实你不能这样做。

I know this is an old question, but this has been solved for: 我知道这是一个老问题,但这已经解决了:

Send e-mail to the specific version by @version-dot-app-name-here.appspotmail.com 通过@ version-dot-app-name-here.appspotmail.com发送特定版本的电子邮件

Eg, mail@1-0-1-dot-app-name-here.appspotmail.com 例如,mail @ 1-0-1-dot-app-name-here.appspotmail.com

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 扩展非默认版本的Google App Engine后端 - Scaling non-default version of Google App Engine Backend 如何通过Android的Cloud Endpoints客户端库连接到非默认版本的App Engine应用程序? - How can I connect to a non-default version of an App Engine app through the Cloud Endpoints client library for Android? 在应用程序结构方面,Google App Engine应用程序中的默认服务/模块可以是非默认服务/模块的兄弟吗? - Can a default service/module in a Google App Engine app be a sibling of a non-default one in terms of folder structure? 在Google应用引擎中将任务添加到非默认队列 - adding task to non-default queue in google app engine 删除Google应用引擎中的非默认模块 - Delete non-default Module in google app engine 如何在本地Google App Engine的非默认模块上访问Google Cloud Endpoints? - How to access Google Cloud Endpoints on non-default module of local Google App Engine? 具有非默认App Engine服务的Google Cloud Endpoints v2自定义域 - Google Cloud Endpoints v2 custom domain with non-default app engine service 来自非默认模块的日志消息未显示在Google App Engine控制台中 - log messages from non-default module not showing up in google app engine console Google App Engine:我可以通过编程方式找出这是否是默认版本吗? - Google App Engine: Can I programmatically find out if this is the default version? 使用 Google App Engine URL 模式到达非默认服务 - Using Google App Engine URL patterns to reach non-default service
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM