Re: Issue in sending email

2012-02-02 Thread Jonas H.
Please post questions about using Django on django-users, not here. The topic of this list is the development of Django itself. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegro

Issue in sending email

2012-02-02 Thread Abhishek Srivastava
Hi, I am trying to send email through Django, for the send i am using send_mail(sender, to, subject, body, **kw) API. When i am running this application 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_send