This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 64eceacf Testing email
64eceacf is described below

commit 64eceacf0938269d4a206360e171bd86a66cd5c2
Author: Sebb <[email protected]>
AuthorDate: Tue Apr 26 13:45:33 2022 +0100

    Testing email
---
 DOCKER.md | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/DOCKER.md b/DOCKER.md
index 4f6a781a..6981d583 100644
--- a/DOCKER.md
+++ b/DOCKER.md
@@ -124,6 +124,17 @@ To correct this, do the following:
     cd /srv/svn
     svn co https://svn.apache.org/repos/private/foundation/board 
foundation_board
 
+Testing email
+-------------
+
+The following command can be used to run a dummy smtp server on port 1025:
+`python3 -u -m smtpd -n -c DebuggingServer localhost:1025`
+
+It can be tested with:
+`tools/testmail.rb <userid>`
+
+[Note that Whimsy does not generally send emails unless it detects that it is 
the active server.]
+
 Known not to work (ToDos)
 -------------------------
 

Reply via email to