diff options
| author | 2019-12-22 13:33:01 -0500 | |
|---|---|---|
| committer | 2019-12-22 13:33:01 -0500 | |
| commit | 6a047876dd1436dbb33bcf73888ef97aa2c207d1 (patch) | |
| tree | 0b5dbde11102032179900997ac88a310a68e0a3f | |
| parent | [git] move to XDG (diff) | |
[git] update email settings
| -rw-r--r-- | dot_config/git/config | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dot_config/git/config b/dot_config/git/config index 5fe982a..9c72614 100644 --- a/dot_config/git/config +++ b/dot_config/git/config @@ -40,10 +40,11 @@ [push] default = simple [sendemail] + from = toast+misc@toast.cafe smtpencryption = tls - smtpserver = mail.toast.cafe + smtpserver = smtp.soverin.net smtpserverport = 587 - smtpuser = toast + smtpuser = toast@toast.cafe [status] branch = true short = true |
