Re: sending email from local machine

2009-07-08 Thread neridaj
I guess the dummy send_mail works, thanks. On Jul 8, 9:39 pm, Kenneth Gonsalves wrote: > On Thursday 09 July 2009 10:05:08 neridaj wrote: > > > I saw that link but I would actually like to send the email. > > do you have an smtp server running on the machine? > -- > regards > kghttp://lawgon.liv

Re: sending email from local machine

2009-07-08 Thread Kenneth Gonsalves
On Thursday 09 July 2009 10:05:08 neridaj wrote: > I saw that link but I would actually like to send the email. do you have an smtp server running on the machine? -- regards kg http://lawgon.livejournal.com --~--~-~--~~~---~--~~ You received this message because

Re: sending email from local machine

2009-07-08 Thread Kalyan Lanka
If you want to send email, you have to establish connection with email server proxy or smtp server.. add the variables in this link to settings.py http://docs.djangoproject.com/en/dev/ref/settings/#email-host Cheers, Kalyan Lanka On Thu, Jul 9, 2009 at 12:35 AM, neridaj wrote: > > I saw that

Re: sending email from local machine

2009-07-08 Thread neridaj
I saw that link but I would actually like to send the email. On Jul 8, 9:24 pm, Kalyan Lanka wrote: > The following link describes to setup local dummy email server: > > http://docs.djangoproject.com/en/dev/topics/email/#testing-e-mail-sen... > > Cheers. > Kalyan Lanka > > On Thu, Jul 9, 2009 at

Re: sending email from local machine

2009-07-08 Thread Kalyan Lanka
The following link describes to setup local dummy email server: http://docs.djangoproject.com/en/dev/topics/email/#testing-e-mail-sending Cheers. Kalyan Lanka On Thu, Jul 9, 2009 at 12:21 AM, neri...@gmail.com wrote: > > Hello, > > I'm getting this error when trying to send mail: (61, 'Connect