Yes, in fact, not setting the "reply_to" field in the send_mail() API call
does have a positive effect.  Neither hotmail, nor yahoo marked my GAE
generated emails as spam.

On Tue, Oct 25, 2011 at 7:48 AM, Rishi Arora <[email protected]>wrote:

> I have only see this thread on the subject:
>
> http://groups.google.com/group/google-appengine/browse_thread/thread/8bacf0e28c097bf2
> And the resolution was to move to Amazon SES or other 3rd party email
> service providers.
>
> Anyone experienced this lately, and have any suggestions on how to avoid
> being marked as spam?  The emails I generate are mostly "email confirmation"
> type emails, where I generate a 64-byte random string to be used in URL that
> the recipient clicks on to confirm that they are the owner of the said email
> account.  The email, in my case, originates from
> [email protected], and I'm setting the reply-to field to my
> google apps domain, which is obviously different from the GAE app domain.
>  Perhaps I should not override the "reply-to" field in the header of the
> emails I send.  This might be somewhat of an inconvenience in some cases.
>
> Thanks in advance.
>

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

Reply via email to