diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-08-13 01:14:35 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-08-13 01:14:35 +0200 |
commit | ca02cadba098ec93ed66c02cdd11fa5840b258d5 (patch) | |
tree | d6de1bd6c5cc1afaf997211d94a4b1c4cfd44cf8 /.config/msmtp | |
parent | 381feb05d59b4f1214b773e39d6c94bf7afe178b (diff) |
msmtp: Add configs for missing emails
Diffstat (limited to '.config/msmtp')
-rw-r--r-- | .config/msmtp/config | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.config/msmtp/config b/.config/msmtp/config index 7d25938..367898a 100644 --- a/.config/msmtp/config +++ b/.config/msmtp/config @@ -11,6 +11,13 @@ from mail@thomasvoss.com user mail@thomasvoss.com passwordeval vlt raw Email mail@thomasvoss.com +account eurocash +host smtp.migadu.com +port 465 +from mail@euro-cash.eu +user mail@euro-cash.eu +passwordeval vlt raw Email mail@euro-cash.eu + account legacy host smtp.office365.com port 587 @@ -19,6 +26,14 @@ user thomasvoss@live.com passwordeval vlt raw Email thomasvoss@live.com tls_starttls on +account linnaeus +host smtp.gmail.com +port 587 +from tv222gy@student.lnu.se +user tv222gy@student.lnu.se +passwordeval vlt raw Email tv222gy@student.lnu.se +tls_starttls on + account humanwave host smtp.gmail.com port 587 |