diff options
| author | Thomas Voss <thomas.voss@humanwave.nl> | 2025-06-11 14:59:58 +0200 | 
|---|---|---|
| committer | Thomas Voss <thomas.voss@humanwave.nl> | 2025-06-11 14:59:58 +0200 | 
| commit | 03f5bb39561fad4d7745ff796b91f73933d99259 (patch) | |
| tree | c02bf7e1b0657c555412c895f4efebdad777dde2 /.config/msmtp | |
| parent | fad74e4384176f8cf98c86cfbf5c0468c0f49dce (diff) | |
| parent | eb28738864a4b3dfe4443e897ccdea21c0765dc0 (diff) | |
Merge branch 'master' of github.com:Mango0x45/dotfiles
Diffstat (limited to '.config/msmtp')
| -rw-r--r-- | .config/msmtp/config | 9 | 
1 files changed, 8 insertions, 1 deletions
diff --git a/.config/msmtp/config b/.config/msmtp/config index 367898a..bfd8778 100644 --- a/.config/msmtp/config +++ b/.config/msmtp/config @@ -11,13 +11,20 @@ from mail@thomasvoss.com  user mail@thomasvoss.com  passwordeval vlt raw Email mail@thomasvoss.com -account eurocash +account eurocash-admin  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 eurocash-bugs +host smtp.migadu.com +port 465 +from bugs@euro-cash.eu +user bugs@euro-cash.eu +passwordeval vlt raw Email bugs@euro-cash.eu +  account legacy  host smtp.office365.com  port 587  |