chore(monorepo-gerrit): Point SMTP configuration at smtprelay
Change-Id: I33085974fb3764f8a6df7f16245b2f5602f94118 Reviewed-on: https://cl.tvl.fyi/c/depot/+/102 Reviewed-by: lukegb <lukegb@tvl.fyi>
This commit is contained in:
parent
b994d28ccc
commit
e09c4a0ae8
1 changed files with 4 additions and 5 deletions
|
@ -56,13 +56,12 @@ in {
|
|||
sendemail = {
|
||||
enable = true;
|
||||
html = false;
|
||||
connectTimeout = "30sec";
|
||||
connectTimeout = "10sec";
|
||||
from = "TVL Code Review <tvlbot@tazj.in>";
|
||||
includeDiff = true;
|
||||
smtpEncryption = "tls";
|
||||
smtpServer = "smtp.gmail.com";
|
||||
smtpServerPort = 587;
|
||||
smtpUser = "tvlbot@tazj.in";
|
||||
smtpEncryption = "none";
|
||||
smtpServer = "localhost";
|
||||
smtpServerPort = 2525;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue