简体   繁体   English

在一个设置中将Google App Engine和CloudMailIn组合在Heroku上

[英]Combining Google App Engine and CloudMailIn on Heroku in one setup

I'm developing a web app on Google App Engine, for which I recently decided that it requires a high performance inbound email processing functionality. 我正在Google App Engine上开发一个Web应用程序,为此我最近决定,它需要高性能的入站电子邮件处理功能。 GAE's functionalities for incoming email are rather limited, however CloudMailIn on Heroku seems to be able to do everything that I want ( https://addons.heroku.com/cloudmailin ) GAE对于传入电子邮件的功能相当有限,但是Heroku上的CloudMailIn似乎能够执行我想要的一切( https://addons.heroku.com/cloudmailin

Would you consider it a wise decision to run the website, user accounts, and databses on GAE, and run CloudMailIn separately with eg an API connection to write to the datastore on GAE? 您是否认为明智的决定是在GAE上运行网站,用户帐户和数据库,并单独运行CloudMailIn(例如通过API连接在GAE上写入数据存储区)? So far I have built all my web apps on GAE, so I prefer to stick with what I know. 到目前为止,我已经在GAE上构建了所​​有的Web应用程序,因此我更愿意坚持自己所知道的。 However if this is likely to bite me once I scale, then of course I will move everything to Heroku. 但是,如果缩放后​​这可能会刺伤我,那么我当然会将所有内容移至Heroku。 Does anybody have experience with this? 有人对此有经验吗?

Thanks to answers from Peter and Steve I now understand that both Sendgrid and CloudMailIn can be controlled through a simple webhook, so no need to include Heroku here. 多亏了Peter和Steve的回答,我现在了解到Sendgrid和CloudMailIn都可以通过简单的Webhook进行控制,因此无需在此处包括Heroku。 FYI I ended up using MailGun Routes because their features had a better fit with my requirements. 仅供参考,我最终使用MailGun Routes,因为它们的功能更符合我的要求。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM