Hi All
            to send an Email I am using following format in my code after
execution of this its showing status code : 200 OK
but i am not able to seen the mail which id  I given in *to*, please let me
what could be the Prob.

from google.appengine.api import mail

mail.send_mail(sender="supp...@example.com",
             * **to="Albert Johnson <albert.john...@example.com>",*
              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
""")


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