aboutsummaryrefslogtreecommitdiff
path: root/msmtp
diff options
context:
space:
mode:
Diffstat (limited to 'msmtp')
-rw-r--r--msmtp/.config/msmtp/config11
1 files changed, 10 insertions, 1 deletions
diff --git a/msmtp/.config/msmtp/config b/msmtp/.config/msmtp/config
index 2a68abe..807f4a4 100644
--- a/msmtp/.config/msmtp/config
+++ b/msmtp/.config/msmtp/config
@@ -14,4 +14,13 @@ eval echo from $(pass mbsync/devel-gmail-email)
eval echo user $(pass mbsync/devel-gmail-email)
passwordeval "pass mbsync/devel-gmail"
-account default : devel-gmail
+# account_name
+account home-gmail
+host smtp.gmail.com
+port 465
+tls_starttls off
+eval echo from $(pass mbsync/home-gmail-email)
+eval echo user $(pass mbsync/home-gmail-email)
+passwordeval "pass mbsync/home-gmail"
+
+account default : devel-gmail \ No newline at end of file