From 94de994a9f6fffee200243214e17002e2920bb59 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 25 Jun 2026 21:38:24 +0200 Subject: [PATCH] fix: Use extended HELLO with github.com domain (#302) --- main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/main.js b/main.js index d4470fdc..12c1c7ad 100644 --- a/main.js +++ b/main.js @@ -170,6 +170,7 @@ async function main() { const transport = nodemailer.createTransport({ host: serverAddress, + name: "github.com", auth: username && password ? {