Re: about sending email

2010-02-18 Thread Javier Guerra
On Wed, Feb 17, 2010 at 10:38 AM, Marco Rogers wrote: > When you're ready to go live, you'll need to make sure your production > server has access to a real mail server. i usually just install ssmtp on both development and production servers. -- Javier -- You received this message because you

Re: about sending email

2010-02-17 Thread shaner
you can try gmail to test too http://ltslashgt.com/2007/07/02/gmail-and-django/ On Feb 17, 9:38 am, Marco Rogers wrote: > Check out this solution for testing emails when in development.  It > allows you to use send_mail and the email output is printed to the > terminal (the one running the run

Re: about sending email

2010-02-17 Thread Marco Rogers
Check out this solution for testing emails when in development. It allows you to use send_mail and the email output is printed to the terminal (the one running the runserver process). http://jboxer.com/2009/05/non-painful-email-on-django-development-servers/ When you're ready to go live, you'll

Re: about sending email

2010-02-17 Thread andreas schmid
this doesnt seem a django problem but a failure in the connection to the mailserver. check your email setup in your settings.py danin wrote: > hi guys, > I am new to Django. I am working on mini project where i > need to send some mail , i used the send_mail but i m not able to send > an

Re: about sending email

2010-02-17 Thread Kenneth Gonsalves
On Wednesday 17 Feb 2010 4:24:27 pm danin wrote: > I am new to Django. I am working on mini project where i > need to send some mail , i used the send_mail but i m not able to send > any mails. I m gettinf errors like - > (111, 'Connection refused') > you do not have a mail server runni

about sending email

2010-02-17 Thread danin
hi guys, I am new to Django. I am working on mini project where i need to send some mail , i used the send_mail but i m not able to send any mails. I m gettinf errors like - (111, 'Connection refused') Thanks -- You received this message because you are subscribed to the Google