From d5c529dab75a8be334f3fa659b10d515e21c8b88 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Fri, 1 Sep 2023 13:55:15 +0200 Subject: Add a note with command for queuing test email in exim --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 68e5ba0..e737047 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,18 @@ container service. Feel free to look into the `Makefile` to see what other helpful targets are available. +## Notes + +After entering the server container, a sample email can be sent with + +```shell +(echo "To: foo@bar"; + echo "Reply-To: my@email.com" + echo "Subject: Hello!"; + echo ""; + echo "My Mail Content") | exim koszko@koszko.org +``` + ## Copying The configuration as a whole is available under GPL-2.0-or-later. -- cgit v1.2.3