diff options
| author | Mohammad Reza Karimi <m.r.karimi.j@gmail.com> | 2026-01-18 01:33:29 -0500 |
|---|---|---|
| committer | Mohammad Reza Karimi <m.r.karimi.j@gmail.com> | 2026-01-18 01:33:29 -0500 |
| commit | 4052357e021085bc1c761108446ee09a778ade15 (patch) | |
| tree | e8664f34056a9f34538e1abb0b3eead15ecb4d70 /email/dot-config/msmtp/config | |
| parent | 83113fff46023d6cde0c2d982978fe7f5a5cfce2 (diff) | |
big updates
Diffstat (limited to 'email/dot-config/msmtp/config')
| -rw-r--r-- | email/dot-config/msmtp/config | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/email/dot-config/msmtp/config b/email/dot-config/msmtp/config index e000852..02f21e4 100644 --- a/email/dot-config/msmtp/config +++ b/email/dot-config/msmtp/config @@ -1,14 +1,25 @@ defaults -auth on + tls on -tls_starttls off +logfile ~/.cache/msmtp.log account mit host outgoing.mit.edu port 465 +tls_starttls off +auth on from moreka@mit.edu user moreka -passwordeval "pass show mail/smtp" -logfile ~/.cache/msmtp.log +passwordeval pass show mail/smtp + +account gmail +host smtp.gmail.com +port 587 +auth oauthbearer +tls_starttls on +from m.r.karimi.j@gmail.com +user m.r.karimi.j@gmail.com +passwordeval oama access m.r.karimi.j@gmail.com +tls_trust_file /etc/ssl/certs/ca-certificates.crt account default : mit |
