1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-07 23:03:00 +03:00

Mail: updated peer verify option name and added test

This commit is contained in:
Dan Brown
2023-04-23 15:04:35 +01:00
parent f2293a70f8
commit 1de72d09ca
4 changed files with 25 additions and 3 deletions

View File

@@ -79,7 +79,7 @@ MAIL_PORT=1025
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_VERIFY_PEER=true
MAIL_VERIFY_SSL=true
# Command to use when email is sent via sendmail
MAIL_SENDMAIL_COMMAND="/usr/sbin/sendmail -bs"