Adding msmtprc for my 2 email accounts
parent
bfd0d89d70
commit
301ddee08e
@ -0,0 +1,21 @@
|
||||
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
|
Loading…
Reference in New Issue