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:
parent
080268af22
commit
66454a4338
|
|
@ -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 || '';
|
||||
|
|
|
|||
Loading…
Reference in New Issue