Google's mail api is rather limited and in my experience subject to
being flagged as spam.  You may want to try out Amazon's SES.  I have
used it with great success.  They have methods to inform you if an
email you sent is returned as undeliverable.  They also have a high
rate of deliverability.

There is a python library available which makes sending Amazon SES a
snap via GAE.

On Sep 10, 1:18 pm, Robert Kluin <robert.kl...@gmail.com> wrote:
> Email is basically asynchronous.  You send the message to your SMTP
> server, and your SMTP server forwards it along, eventually being
> delivered to the recipients SMTP server.  It can potentially fail or
> be rejected at any number of hops along the way.
>
> Check out the last paragraph of the Mail Overview - Sending Mail section.
>  http://code.google.com/appengine/docs/python/mail/overview.html#Sendi...
>
> Perhaps you should try to setup the email you send messages from to
> forward to your app.
>
> Robert
>
>
>
>
>
>
>
> On Sat, Sep 10, 2011 at 04:29, Tapir <tapir....@gmail.com> wrote:
> > Seems the mail api doesn't care if a mail receiver is reachable.
>
> > --
> > You received this message because you are subscribed to the Google Groups 
> > "Google App Engine" group.
> > To post to this group, send email to google-appengine@googlegroups.com.
> > To unsubscribe from this group, send email to 
> > google-appengine+unsubscr...@googlegroups.com.
> > For more options, visit this group 
> > athttp://groups.google.com/group/google-appengine?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to