diff options
| author | BardofSprites <[email protected]> | 2025-07-31 14:44:14 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2025-07-31 14:44:14 -0400 |
| commit | c394442a08e5c46d0fa3b3ec55914adfb5660aa2 (patch) | |
| tree | bd0ae59cade142434ba9050d937a556e43aea8b0 /msmtp/.config | |
| parent | a6e04345a47f7bded9800f6c280a5f3b2a2c349c (diff) | |
update mail send/receive configs
Diffstat (limited to 'msmtp/.config')
| -rw-r--r-- | msmtp/.config/msmtp/config | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/msmtp/.config/msmtp/config b/msmtp/.config/msmtp/config index 0ab1060..2a68abe 100644 --- a/msmtp/.config/msmtp/config +++ b/msmtp/.config/msmtp/config @@ -6,12 +6,12 @@ tls_trust_file /etc/ssl/certs/ca-certificates.crt logfile ~/.msmtp.log # account_name -account gmail-home +account devel-gmail host smtp.gmail.com port 465 tls_starttls off -eval echo from $(pass mbsync/home-gmail-username) -eval echo user $(pass mbsync/home-gmail-email) -passwordeval "pass mbsync/home-gmail" +eval echo from $(pass mbsync/devel-gmail-email) +eval echo user $(pass mbsync/devel-gmail-email) +passwordeval "pass mbsync/devel-gmail" -account default : gmail-home +account default : devel-gmail |
