You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
425 B
Plaintext
22 lines
425 B
Plaintext
account DustinswanGmail
|
|
host smtp.gmail.com
|
|
port 587
|
|
protocol smtp
|
|
auth on
|
|
from dustinswan@gmail.com
|
|
user dustinswan@gmail.com
|
|
passwordeval gpg --no-tty -d ~/.gmail_password.gpg
|
|
tls on
|
|
tls_trust_file ~/.mutt/gmail_cert
|
|
|
|
account DswanIOCOM
|
|
host secure.emailsrvr.com
|
|
port 587
|
|
protocol smtp
|
|
auth on
|
|
from dswan@iocom.com
|
|
user dswan@insors.com
|
|
passwordeval gpg --no-tty -d ~/.iocom_password.gpg
|
|
|
|
account default : DustinswanGmail
|