On linux you can use command :

sudo python -m smtpd -n -c DebuggingServer localhost:25

I suppose you can adapt it on windows (by changing port number for exemple)


On Fri, Oct 16, 2009 at 9:28 AM, grimmus <graham.col...@gmail.com> wrote:
>
> Hi,
>
> I am setting up the password reset function in my app.
>
> When i click 'Reset my password' i get the error
>
> (10061, 'No connection could be made because the target machine
> actively refused it')
>
> I am guessing it's because there is trouble sending the email. How can
> i setup my machine to be able to send emails ?
>
> My app is running on localhost:8888
>
> Thanks for any info.
> >

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