Thanks for the replies, i did the command line option and it's working
great
On Oct 16, 9:47 am, Servais Nabil 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)
>
> O
Download and run "Free SMTP Server": http://www.softstack.com/freesmtp.html
No need to configure anything. Your sent e-mails will probably moved
in your spam folder.
-ld
On 16 Okt., 09:47, Angel Cruz wrote:
> In your settings.py, make sure you set EMAIL_HOST correctly.
>
> 1. test if you are a
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 wrote:
>
> Hi,
>
> I am setting up the password reset function in my app.
>
> When i click
In your settings.py, make sure you set EMAIL_HOST correctly.
1. test if you are able to email with a simple python program:
If you have comcast cable in your home, this should work:
---
import smtplib
from email.mime.multipart import MIMEMultipart
from email.mime.
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
5 matches
Mail list logo