diff options
author | Wojtek Kosior <koszko@koszko.org> | 2023-09-01 13:55:15 +0200 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2023-09-01 13:55:15 +0200 |
commit | d5c529dab75a8be334f3fa659b10d515e21c8b88 (patch) | |
tree | 73100ef4305908a24ce143a8115027870635c77b | |
parent | 7b0f84dab277eb079ea8ad6d1b33557a414b48d7 (diff) | |
download | koszko-org-server-d5c529dab75a8be334f3fa659b10d515e21c8b88.tar.gz koszko-org-server-d5c529dab75a8be334f3fa659b10d515e21c8b88.zip |
Add a note with command for queuing test email in exim
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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. |