"first" commit, preparing for LARBS 2.0
This commit is contained in:
25
.msmtprc
Normal file
25
.msmtprc
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user