From 2b98bc65d19bfc97561df9ba2db3839e5bf53a5f Mon Sep 17 00:00:00 2001
From: Ben Morrison <ben@gbmor.dev>
Date: Fri, 29 May 2020 01:30:38 -0400
Subject: changed smtp config for git send-email

---
 .config/git/config | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

(limited to '.config/git/config')

diff --git a/.config/git/config b/.config/git/config
index 28c9815..0a5c940 100644
--- a/.config/git/config
+++ b/.config/git/config
@@ -1,8 +1,8 @@
 [sendemail]
-	smtpencryption = tls
-	smtpserver = smtp.fastmail.com
-	smtpuser = ben@gbmor.dev
-	smtpserverport = 465
+	smtpEncryption = tls
+	smtpServer = smtp.fastmail.com
+	smtpUser = ben@gbmor.dev
+	smtpServerPort = 587
 	annotate = yes
 [user]
     name = "Ben Morrison"
@@ -15,3 +15,5 @@
 	protocol = ssh
 [sequence]
 	editor = interactive-rebase-tool
+[credential]
+	helper = cache --timeout 3600
-- 
cgit 1.4.1