chore: migrate SMTP from mx.jeffemmett.com to mail.rmail.online

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-02-20 20:15:25 +00:00
parent c1794752f3
commit 4e69492bd0
2 changed files with 2 additions and 2 deletions

View File

@ -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: {

View File

@ -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: {