Hello

I am trying to send email to [email protected] using google app
enigne. My problem is that GAE adds a "return-path" header to all
outgoing mail which can not be overridden. Verizon on the other hand
displays the value of the "return-path" header as the "from" address.

This creates all sorts of problems, but primarily users can not
respond to my messages as the response will go, if it does go
anywhere, to the bounce back address GAE puts in the return-path
header.

Is there a way to prevent addition of the return path header or
prevent Verizon from showing the wrong value in the from field?

I am also considering to use a different mail service to send messages
from my application hosted on GAE. Now I know GAE prevents me from
using a different SMTP server but i could still use some sought of a
web-service/url to send mails out.

Are there any recommendations on which external mail service provider
I could use which wouldn't have similar problems and has a web-service/
url to send mails?

Thank You Sandeep

-- 
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