forked from totaljs/messenger
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig
More file actions
executable file
·18 lines (14 loc) · 786 Bytes
/
config
File metadata and controls
executable file
·18 lines (14 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name : Messenger
version : 3.0.0
author : Peter Širka
url : https://messenger.totaljs.com
cookie : __user
// Custom SMTP settings
mail-smtp : YOUR.SMTPSERVER.COM
// mail-smtp-options : {"user":"","password":"","timeout":2000}
// Gmail SMTP settings
// mail-smtp : smtp.gmail.com
// mail-smtp-options : {"port":465,"secure":true,"user":"ENTER_YOUR_EMAIL","password":"ENTER_YOUR_PASSWORD","rejectUnauthorized":true}
// Office365 SMTP settings
// mail-smtp : smtp.office365.com
// mail-smtp-options : {"port":587,"secure":false,"user":"ENTER_YOUR_EMAIL","password":"ENTER_YOUR_PASSWORD","tls":{"ciphers":"SSLv3"}}