configs/git: fix sending mail, cc correct addy
This commit is contained in:
parent
f3b9b5aef6
commit
d021c5b5da
@ -58,13 +58,13 @@ in
|
|||||||
{ inherit (rewriteGitHub) url; }
|
{ inherit (rewriteGitHub) url; }
|
||||||
|
|
||||||
{
|
{
|
||||||
sendmail = {
|
sendemail = {
|
||||||
smtpserver = "mail.messagingengine.com";
|
smtpserver = "mail.messagingengine.com";
|
||||||
smtpuser = "qbit@fastmail.com";
|
smtpuser = "qbit@fastmail.com";
|
||||||
smtpauth = "PLAIN";
|
smtpauth = "PLAIN";
|
||||||
smtpencryption = "tls";
|
smtpencryption = "tls";
|
||||||
smtpserverport = 587;
|
smtpserverport = 587;
|
||||||
cc = "aaron@bolddaemon.com";
|
cc = "git@bolddaemon.com";
|
||||||
confirm = "auto";
|
confirm = "auto";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user