Thanks for the replies, i did the command line option and it's working great
On Oct 16, 9:47 am, Servais Nabil <[email protected]> wrote: > 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 <[email protected]> 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

