diff options
author | Daniel Friesel <derf@finalrewind.org> | 2022-02-19 16:32:34 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2022-02-19 16:32:34 +0100 |
commit | 8ec78343e72d4a5d86de94ff7bf747ccf67ef2fc (patch) | |
tree | 6419b1d8881a9f71a9b0f28a8afd0d698847175e /examples/docker/email-transport.sh | |
parent | 4233dd1d73638738a34392ba1312e6979f3c8340 (diff) |
Update docker setup. It's simple, and it works, but it's not best practice
Closes #4
Diffstat (limited to 'examples/docker/email-transport.sh')
-rw-r--r-- | examples/docker/email-transport.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/docker/email-transport.sh b/examples/docker/email-transport.sh new file mode 100644 index 0000000..c04f187 --- /dev/null +++ b/examples/docker/email-transport.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +export EMAIL_SENDER_TRANSPORT=SMTP +export EMAIL_SENDER_TRANSPORT_HOST=smtp.example.com +export EMAIL_SENDER_TRANSPORT_PORT=25 |