Skip to content

Commit

Permalink
Merge pull request #214 from musicformellons/master
Browse files Browse the repository at this point in the history
Addition to email docs
  • Loading branch information
nemesifier committed Apr 18, 2015
2 parents ca2cbb9 + f933681 commit 198bdce
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/topics/mailing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.







0 comments on commit 198bdce

Please sign in to comment.