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:35 +00:00
parent 080268af22
commit 66454a4338
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import nodemailer from 'nodemailer';
const SMTP_HOST = process.env.SMTP_HOST || 'mx.jeffemmett.com';
const SMTP_HOST = process.env.SMTP_HOST || 'mail.rmail.online';
const SMTP_PORT = parseInt(process.env.SMTP_PORT || '587');
const SMTP_USER = process.env.SMTP_USER || 'orders@katheryntrenshaw.com';
const SMTP_PASS = process.env.SMTP_PASS || '';