diff options
| author | Luke <luke@lukesmith.xyz> | 2018-01-21 18:29:48 -0700 |
|---|---|---|
| committer | Luke <luke@lukesmith.xyz> | 2018-01-21 18:29:48 -0700 |
| commit | 50adee4e79febf6f74594604e9f7083461b04227 (patch) | |
| tree | 54036701bd0957e51521e7f51d4d3b49450f22da /.msmtprc | |
| parent | 68bd2acdc8f8040deab188c748d207d93ba923ca (diff) | |
| download | eibhear-50adee4e79febf6f74594604e9f7083461b04227.tar.gz eibhear-50adee4e79febf6f74594604e9f7083461b04227.tar.zst eibhear-50adee4e79febf6f74594604e9f7083461b04227.zip | |
"first" commit, preparing for LARBS 2.0
Diffstat (limited to '.msmtprc')
| -rw-r--r-- | .msmtprc | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/.msmtprc b/.msmtprc new file mode 100644 index 0000000..026e722 --- /dev/null +++ b/.msmtprc @@ -0,0 +1,25 @@ +# vim: filetype=config +#These are settings for all accounts. +account default +protocol smtp +auth on +tls on +tls_nocertcheck + +#Below are example accounts. Comment out what you don't use. + +#Here is an example gmail account. +account gmail +from YOURNAME@gmail.com +user YOURNAME@gmail.com +password "PASSWORD" +host smtp.gmail.com +port 587 + +#Here is another example account. Search for your email host's SMTP server and add the information here. +account personal +from USER@DOMMAIN.COM +user USER@DOMMAIN.COM +password "PASSWORD" +host HOST-SERVER +port XXX |
