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)
|
// Initialize SMTP transport (Mailcow)
|
||||||
const smtp = nodemailer.createTransport({
|
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'),
|
port: parseInt(process.env.SMTP_PORT || '587'),
|
||||||
secure: false,
|
secure: false,
|
||||||
auth: {
|
auth: {
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ const pool = new Pool({
|
||||||
|
|
||||||
// Initialize SMTP transport (Mailcow)
|
// Initialize SMTP transport (Mailcow)
|
||||||
const smtp = nodemailer.createTransport({
|
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'),
|
port: parseInt(process.env.SMTP_PORT || '587'),
|
||||||
secure: false,
|
secure: false,
|
||||||
auth: {
|
auth: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue