Re: [google-appengine] Email feedback loop notifications when emails are marked as spam

2014-04-24 Thread Vinny P
On Wed, Apr 23, 2014 at 2:11 AM, Waleed Abdulla  wrote:

> The top email APIs (like Sendgrid and Amazon SES) notify applications when
> an email bounces or is marked as spam. They know when an email is marked as
> spam through email feedback loop agreements with major email client
> providers.
>
> App Engine notifies 
> applications 
> when
> an email bounces back. But is there a way to know if an email was marked as
> spam? Do those bounce notifications cover spam reports as well? The
> documentation does not include a lot of details about the type of
> notifications we get (soft bounces, hard bounces, spam reports, ...etc.).
>
> Can anyone shed some light?
>


Some (a small minority of) mail servers will bounce back emails regarded as
spam; most will simply silently delete spam emails or route them into the
user's spam folder. So no, the bounce mechanism doesn't report spam details.

If you're concerned about your emails being marked as spam, consider
utilizing the SendGrid-Google App Engine integration and sending your
emails from SendGrid servers. You'll have better access to analytics; see
an explanation here:
https://developers.google.com/appengine/docs/python/mail/sendgrid



-
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Email feedback loop notifications when emails are marked as spam

2014-04-23 Thread Waleed Abdulla
The top email APIs (like Sendgrid and Amazon SES) notify applications when
an email bounces or is marked as spam. They know when an email is marked as
spam through email feedback loop agreements with major email client
providers.

App Engine notifies
applicationswhen
an email bounces back. But is there a way to know if an email was
marked as spam? Do those bounce notifications cover spam reports as well?
The documentation does not include a lot of details about the type of
notifications we get (soft bounces, hard bounces, spam reports, ...etc.).

Can anyone shed some light?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.