21 lines
No EOL
572 B
Text
21 lines
No EOL
572 B
Text
# Port on which MERNMail server listens
|
|
PORT=3000
|
|
|
|
# Absolute path to the directory that contains attachments
|
|
# If not set, the "attachments" directory in the script root will be used
|
|
ATTACHMENTS_PATH=
|
|
|
|
# Email receiving protocol and host parameters
|
|
# The EMAIL_RECV_PROTOCOL can be "pop3" or "imap"
|
|
EMAIL_RECV_PROTOCOL=
|
|
EMAIL_RECV_HOST=
|
|
EMAIL_RECV_PORT=
|
|
EMAIL_RECV_TLS=
|
|
|
|
# Email sending protocol and host parameters
|
|
# The EMAIL_RECV_PROTOCOL can be "smtp"
|
|
# If using STARTTLS, set EMAIL_SEND_TLS to 0
|
|
EMAIL_SEND_PROTOCOL=
|
|
EMAIL_SEND_HOST=
|
|
EMAIL_SEND_PORT=
|
|
EMAIL_SEND_TLS= |