1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-28 06:57:03 +00:00

Pull message delivery into its own method

This commit is contained in:
James Hillyerd
2017-01-16 10:50:28 -08:00
parent 88ccb19360
commit 6ca2c27747
2 changed files with 48 additions and 39 deletions

View File

@@ -31,7 +31,7 @@ export SWAKS_OPT_to="$to@inbucket.local"
swaks $* --h-Subject: "Swaks Plain Text" --body text.txt
# Multi-recipient test
swaks $* --to="$to@inbucket.local,Alt User <alternate@inbucket.local>" --h-Subject: "Swaks Multi-Recipient" \
swaks $* --to="$to@inbucket.local,alternate@inbucket.local" --h-Subject: "Swaks Multi-Recipient" \
--body text.txt
# HTML test