Hi Google Apps Group,
I am trying to send an Email using Google
App Engine for that I am using following code
dev_appserver.py --smtp_host=smtp.gmail.com --smtp_port=25 --smtp_user=
[email protected] --smtp_password=cccc temp
I am using gmail as host server
the program is executing with out errors but its not send the Email to
particular id([email protected]), The Python code I have used
from google.appengine.api import mail
mail.send_mail(sender="([email protected]",
to="Albert Johnson <[email protected]>",
subject="Your account has been approved",
body="""
Dear Albert:
Your example.com account has been approved. You can now visit
http://www.example.com/ and sign in using your Google Account to
access new features.
Please let us know if you have any questions.
The example.com Team
""")
Please help on this what could be the prob.
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
-~----------~----~----~----~------~----~------~--~---