Hi Pierre,
On 16 Mai, 14:15, Pierre de Nomazy <
pierre.nom...@gmail.com> wrote:
> LFS 0.7.2b, with development server (runserver athttp://localhost:8000).
> In order to try to send internal mel, I registred my mel adress in
> notification_emails, Then click the button "send" in the contact form, I
> get the error SMTPServerDisconnected at /contact please run connect()
> first. So in setting.py, ligne 184 I added EMAIL_HOST = "localhost". Then
> no error with button send, but I don't received any mel. I look throught
> "def send_contact_mail" in utils.py and I don't understand how "mail" get
> the host data ? Neither I don't see if the application need EMAIL_PORT ?
You need to enter the address of a SMTP Server. I assume, you haven't
running one on localhost.
Regards
Kai