From 7a8dd41c69f0924eb7da3d85c4a2a259260f30ac Mon Sep 17 00:00:00 2001 From: Thomas VIAL Date: Sun, 18 Oct 2015 22:08:21 +0200 Subject: [PATCH] Added comment --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 80bf968a..c7a0a323 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,7 @@ prepare: docker exec mail /bin/sh -c 'echo "" > /var/log/mail.log' fixtures: + # Sending test mails docker exec mail /bin/sh -c 'echo "This is a test mail" | mail -s "TEST-001" user@localhost.localdomain' docker exec mail /bin/sh -c 'echo "This is a test mail" | mail -s "TEST-002" nouser@localhost.localdomain' docker exec mail /bin/sh -c 'echo "This is a test mail" | mail -s "TEST-003" alias1@localhost.localdomain'