mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
14 lines
275 B
Plaintext
14 lines
275 B
Plaintext
account default
|
|
protocol smtp
|
|
auth on
|
|
tls on
|
|
tls_nocertcheck
|
|
#passwordeval "gpg --quiet --for-your-eyes-only --no-tty --decrypt ~/.config/mutt/luxmyth/.pass.gpg"
|
|
|
|
account gmail
|
|
from YOURNAME@gmail.com
|
|
user YOURNAME@gmail.com
|
|
password "$PASSWORD"
|
|
host smtp.gmail.com
|
|
port 587
|