diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-04 15:14:25 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-04 15:16:34 +0100 |
| commit | 171c957c40172a994189cdc1824421b3a9bd379b (patch) | |
| tree | 179ce57eef7d02c1d8a76e0a4bc32d895acdf75f /example.env | |
| parent | 231ffbd0e88735bce6b7f337a09b99b07a214c86 (diff) | |
http: adds php api routes under do/
Diffstat (limited to 'example.env')
| -rw-r--r--[-rwxr-xr-x] | example.env | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/example.env b/example.env index d4fab80..5fa480e 100755..100644 --- 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 <LOCAL_SMTP_FROM>", 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= |
