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
c1794752f3
commit
4e69492bd0
|
|
@ -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: {
|
||||
|
|
|
|||
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue