Add username and password
Added username and password values
This commit is contained in:
parent
802b355be6
commit
acee1697e1
@ -24,8 +24,8 @@ import os
|
||||
### CONFIG DATA
|
||||
|
||||
# for SMTP AUTH LOGIN (SECRET = sha256(password) avoiding storing plaintext)
|
||||
USER = 'username'
|
||||
SECRET = '1c18f3a76a7ad787ee1d5aea573bd51db1e559b85bbc4a3228076442e9a0bc90'
|
||||
USER = 'qnap-messenger'
|
||||
SECRET = '60E9CFC9BEEBE71B0954A29FDABC67EB8AB9622140846A3970220D3E905BD28E'
|
||||
|
||||
# SMTP listener (set to localhost if running on QNAP device)
|
||||
LHOST, LPORT = '0.0.0.0', 1025
|
||||
|
||||
Loading…
Reference in New Issue
Block a user