Adding msmtprc for my 2 email accounts
This commit is contained in:
parent
bfd0d89d70
commit
301ddee08e
1 changed files with 21 additions and 0 deletions
21
msmtprc
Normal file
21
msmtprc
Normal file
|
|
@ -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…
Add table
Add a link
Reference in a new issue