summaryrefslogtreecommitdiff
path: root/example.env
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-01-09 10:01:42 +0000
committerJoe Carstairs <me@joeac.net>2026-01-09 10:01:42 +0000
commitbeb9a2651267fc9feb25b62d9366963077135328 (patch)
treef988946bfceb632304fb0d6c0844348f80d59478 /example.env
parent00f793c53b1bcb0d88e8c97f2f64abc9809dfdfc (diff)
updates README with new Podman instructions
Diffstat (limited to 'example.env')
-rwxr-xr-xexample.env20
1 files changed, 20 insertions, 0 deletions
diff --git a/example.env b/example.env
new file mode 100755
index 0000000..9a2451f
--- /dev/null
+++ b/example.env
@@ -0,0 +1,20 @@
+# The username for authenticating to the local SMTP server
+# Recommended to be the same as REMOTE_SMTP_USER, else the remote may reject it
+LOCAL_SMTP_USER=
+
+# The envelope-from used by the local SMTP server
+# Recommended to be the same as REMOTE_SMTP_USER, else the remote may reject it
+LOCAL_SMTP_ENVELOPE_FROM=
+
+# The host of the remote SMTP server, e.g. smtp.gmail.com
+REMOTE_SMTP_HOST=
+
+# The port of the remote SMTP server: usually 25, 465, or 587
+REMOTE_SMTP_PORT=
+
+# The username for authenticating to the remote SMTP server
+# Usually the email address which will be sending the contact emails
+REMOTE_SMTP_USER=me@joeac.net
+
+# The email address where contact emails will be sent
+CONTACT_MAILBOX=me@joeac.net