mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
20 lines
283 B
Plaintext
20 lines
283 B
Plaintext
account default
|
|
protocol smtp
|
|
auth on
|
|
tls on
|
|
tls_nocertcheck
|
|
|
|
account gmail
|
|
from YOURNAME@gmail.com
|
|
user YOURNAME@gmail.com
|
|
password "$PASSWORD"
|
|
host smtp.gmail.com
|
|
port 587
|
|
|
|
account personal
|
|
from USER@DOMMAIN.COM
|
|
user USER@DOMMAIN.COM
|
|
password "$PASSWORD"
|
|
host HOST-SERVER
|
|
port XXX
|