diff options
author | Joe <bousset.rudy@gmail.com> | 2022-08-10 09:45:43 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-08-10 09:45:43 +0200 |
commit | 2226225272606ce4c806586fa1408cc961b38cf5 (patch) | |
tree | 79626b8f870c44760c5455ef270657cbca3e1eee /.config/msmtp/config | |
parent | update (diff) | |
download | dotfiles-bsd-2226225272606ce4c806586fa1408cc961b38cf5.tar.gz dotfiles-bsd-2226225272606ce4c806586fa1408cc961b38cf5.tar.bz2 dotfiles-bsd-2226225272606ce4c806586fa1408cc961b38cf5.tar.xz dotfiles-bsd-2226225272606ce4c806586fa1408cc961b38cf5.tar.zst dotfiles-bsd-2226225272606ce4c806586fa1408cc961b38cf5.zip |
Added support secuserve account
Diffstat (limited to '')
-rw-r--r-- | .config/msmtp/config | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/msmtp/config b/.config/msmtp/config index 4b6d4fe..ea0e8ee 100644 --- a/.config/msmtp/config +++ b/.config/msmtp/config @@ -31,3 +31,10 @@ account rbousset@secuserve.com from rbousset@secuserve.com user rbousset@secuserve.com passwordeval "pass show mutt/rbousset@secuserve.com" + +account support@secuserve.com + host next.optimails.com + port 587 + from support@secuserve.com + user support@secuserve.com + passwordeval "pass show mutt/support@secuserve.com"
\ No newline at end of file |