diff --git a/api/application.js b/api/application.js index 2fdf762..d4d60ea 100644 --- a/api/application.js +++ b/api/application.js @@ -12,7 +12,7 @@ const pool = new Pool({ // Initialize SMTP transport (Mailcow) const smtp = nodemailer.createTransport({ - host: process.env.SMTP_HOST || 'mx.jeffemmett.com', + host: process.env.SMTP_HOST || 'mail.rmail.online', port: parseInt(process.env.SMTP_PORT || '587'), secure: false, auth: { diff --git a/api/waitlist-db.js b/api/waitlist-db.js index fbb6043..953cafd 100644 --- a/api/waitlist-db.js +++ b/api/waitlist-db.js @@ -12,7 +12,7 @@ const pool = new Pool({ // Initialize SMTP transport (Mailcow) const smtp = nodemailer.createTransport({ - host: process.env.SMTP_HOST || 'mx.jeffemmett.com', + host: process.env.SMTP_HOST || 'mail.rmail.online', port: parseInt(process.env.SMTP_PORT || '587'), secure: false, auth: {