Shiqi, smtplib is support, Just need to make sure to check the Limitations and restrictions section: https://developers.google.com/appengine/docs/python/sockets/overview#limitations-and-restrictions
Also, as the message suggest, you need to enable billing on the application in order to use the Socket API, Hope this helps! Jose M Technical Solutions Engineer Google Cloud Platform On Monday, July 29, 2013 8:38:24 PM UTC-7, Shiqi Zhang wrote: > > I use python smtplib to send email in gae. But when I use SMTP(host,port), > it show the following error:The Socket API will be enabled for this > application once billing has been enabled in the admin console. > Is smtplib not supported in gae? > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
