http: adds php api routes under do/
This commit is contained in:
Executable → Regular
+9
-1
@@ -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=
|
||||
|
||||
|
||||
Reference in New Issue
Block a user