From ae708d4bc0f49ff552b8138fc3705c4194fd7158 Mon Sep 17 00:00:00 2001 From: musicformellons Date: Fri, 17 Apr 2015 14:23:40 +0200 Subject: [PATCH] Update mailing.rst --- docs/topics/mailing.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/topics/mailing.rst b/docs/topics/mailing.rst index b2727fa5..bd283a45 100755 --- a/docs/topics/mailing.rst +++ b/docs/topics/mailing.rst @@ -91,3 +91,21 @@ NODESHOT_MAILING_OUTWARD_DELAY **default**: ``10`` Number of seconds to wait after one *step* (as explained in ``NODESHOT_MAILING_OUTWARD_STEP``) is completed. + +============================== +Monitoring emails in the shell +============================== + +To manually test email features (e.g. sign up, notifications, contacting other users) without setting up an email server: + * keep DEBUG = True in your settings + * Run following command in a terminal shell: +python -m smtpd -n -c DebuggingServer localhost:1025 + +This way you can monitor detailed logs of outgoing emails in the terminal shell. + + + + + + +