diff options
| author | Luke <luke@lukesmith.xyz> | 2018-02-11 15:08:58 -0700 |
|---|---|---|
| committer | Luke <luke@lukesmith.xyz> | 2018-02-11 15:08:58 -0700 |
| commit | b51b3bc0b8713afb99d45ceeb42f6318e7068ea5 (patch) | |
| tree | c54552f6bb3ed839893e5a09d4c78bceb28f588c /.msmtprc | |
| parent | 48cfe3906d740906d11bcc3326f8962f3f9ea4ec (diff) | |
| download | eibhear-b51b3bc0b8713afb99d45ceeb42f6318e7068ea5.tar.gz eibhear-b51b3bc0b8713afb99d45ceeb42f6318e7068ea5.tar.zst eibhear-b51b3bc0b8713afb99d45ceeb42f6318e7068ea5.zip | |
mutt stuff removed. See LukeSmithxyz/mutt-wizard
Diffstat (limited to '.msmtprc')
| -rw-r--r-- | .msmtprc | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/.msmtprc b/.msmtprc deleted file mode 100644 index 026e722..0000000 --- a/.msmtprc +++ /dev/null @@ -1,25 +0,0 @@ -# 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 |
