From 171c957c40172a994189cdc1824421b3a9bd379b Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Thu, 4 Jun 2026 15:14:25 +0100 Subject: http: adds php api routes under do/ --- example.env | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) mode change 100755 => 100644 example.env (limited to 'example.env') diff --git a/example.env b/example.env old mode 100755 new mode 100644 index d4fab80..5fa480e --- a/example.env +++ b/example.env @@ -3,9 +3,17 @@ 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 +# Theoretically should be "LOCAL_SMTP_FROM_NAME ", but in +# practice this seems to cause bugs, while setting it to LOCAL_SMTP_FROM works LOCAL_SMTP_ENVELOPE_FROM= +# The from address used by the local SMTP server +# Recommended to be the same as REMOTE_SMTP_USER, else the remote may reject it +LOCAL_SMTP_FROM= + +# The from name used by the local SMTP server +LOCAL_SMTP_FROM_NAME= + # The host of the remote SMTP server, e.g. smtp.gmail.com REMOTE_SMTP_HOST= -- cgit v1.2.3