On Wed, Sep 19, 2012 at 7:49 PM, Barry Hunter  wrote:

> To send mail use the Mail API - that is the only supported way to do it.


PErhaps should qualify that: The only way to do it running directly in
AppEngine.

Can use other third party services/servers, as long as they have HTTP
Interface/API (to be used by URLFetch API) or a number of other protocols
that AppEngine supports (email! and XMPP) .

So if you really need to send via SMTP, could find a server that has a HTTP
interface, which then dispatches off via SMTP

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