Add sendemail config
This commit is contained in:
@@ -121,6 +121,12 @@
|
|||||||
extraConfig = {
|
extraConfig = {
|
||||||
pull.rebase = true;
|
pull.rebase = true;
|
||||||
init.defaultBranch = "main";
|
init.defaultBranch = "main";
|
||||||
|
sendemail = {
|
||||||
|
smtpUser = "me@danielpatterson.dev";
|
||||||
|
smtpServer = "smtp.fastmail.com";
|
||||||
|
smtpEncryption = "tls";
|
||||||
|
smtpServerPort = 587;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user