Google App Engine Java not receiving email -
Google App Engine Java not receiving email -
i followed tutorial on here:
https://cloud.google.com/appengine/docs/java/mail/receiving
so did following:
declaredinbound-services
set handler servlet (with auth constraint) checked works locally: http://localhost:8888/_ah/admin/inboundmail
but when deploy, can't send email host. why this?
note: i'm deploying on separate version (myname-dot-appengineproject
), of emails have been: something@myname-dot-appengineproject.appspotmail.com
shouldn't matter, right? (do have deploy default vrsion?)
i have billing enabled. (is there settings have turn on? can't find settings indicate if email sent on or not.)
oh wow retarded. services declaration in appengine-web.xml
, not web.xml
<inbound-services> <service>mail</service> </inbound-services>
definitely mis-read that.
the other reason confused because reason, logs didn't appear when processing mail service request
not sure if default version matters or not
java google-app-engine email
Comments
Post a Comment