summaryrefslogtreecommitdiffstats
path: root/.config/msmtp/config
blob: 4b6d4fe653bf06097f55ebd9f4ce4a90d58a6bdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
defaults
auth	on
tls	on
tls_trust_file	/etc/ssl/cert.pem
logfile /home/jozan/.config/msmtp/msmtp.log

account bousset.rudy@gmail.com
  host smtp.gmail.com
  port 587
  from Rudy Bousset
  user bousset.rudy@gmail.com
  passwordeval "pass show mutt/bousset.rudy@gmail.com"

account olsen.oyvind.nor@gmail.com
  host smtp.gmail.com
  port 587
  from Joe
  user olsen.oyvind.nor@gmail.com
  passwordeval "pass show mutt/olsen.oyvind.nor@gmail.com"

account towerofsilence777@gmail.com
  host smtp.gmail.com
  port 587
  from Tower Of Silence
  user towerofsilence777@gmail.com
  passwordeval "pass show mutt/towerofsilence777@gmail.com"

account rbousset@secuserve.com
  host next.optimails.com
  port 587
  from rbousset@secuserve.com
  user rbousset@secuserve.com
  passwordeval "pass show mutt/rbousset@secuserve.com"