Hello ! I have some problems about sending email on GAE.The book Programming Google App Engine tells that:To configure the Python development server to use an SMTP server to send email, use the --smtp_host=... (with optional --smtp_port=...), --smtp_user=..., and --smtp_password=... arguments:dev_appserver.py \--smtp_host=smtp.example.com \--smtp_user=exmail \--smtp_password="t3!!t43w0r!d" \appdirBut I can't find that GAE supports using SMTP to send email.Now I want to send email from my own domain accounts (e.g. us...@example.com),and I have a SMTP server(smtp.example.com).How can I do it?Thanks.--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/KqlMhXszWcMJ.
To post to this group, send email to google-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
To send mail use the Mail API - that is the only supported way to do it.