From 83a2501c173bc48b3065cae010234f28287f71a5 Mon Sep 17 00:00:00 2001 From: Tom Coombs Date: Sat, 19 Oct 2024 12:40:06 -0400 Subject: [PATCH] updated to point to hostinger for sending mail --- config/mailer.js | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/config/mailer.js b/config/mailer.js index 7137db3..49ff2cb 100644 --- a/config/mailer.js +++ b/config/mailer.js @@ -17,9 +17,13 @@ const transport = nodemailer.createTransport({ // SES: {ses, aws}, // sendingRate: 1 -host: "mail.zmaartcc.net", -port: 587, -secure: false, +//host: "mail.zmaartcc.net", +//port: 587, +//secure: false, +host: "smtp.hostinger.com", +port: 465, +secure: true, + ignoreTLS: true, auth: { user: 'no-reply@zmaartcc.net',