Hi All,

I am using below given code to send email. When i am running this
code, i am getting  "You are not currently sending out real email.  If
you have sendmail installed you can use it by using the server with --
enable_sendmail" message on console. I am totally unable to solve this
issue. Please let me know the solution and reason for this issue as
soon as possible. It is very imp for me now.

from google.appengine.api import mail

mail.send_mail(sender="support@xxxxxxxxxxx",

             to="Albert Johnson <Albert.Johnson@xxxxxxxxxxx>",

             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 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to