mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
fix email transport config
This commit is contained in:
parent
a883eb3a1e
commit
d33fb8f745
@ -21,7 +21,7 @@ if (!hasEmailConfig) {
|
|||||||
const transporter = nodemailer.createTransport({
|
const transporter = nodemailer.createTransport({
|
||||||
host: CONFIG.SMTP_HOST,
|
host: CONFIG.SMTP_HOST,
|
||||||
port: CONFIG.SMTP_PORT,
|
port: CONFIG.SMTP_PORT,
|
||||||
ignoreTLS: CONFIG.SMTP_IGNORE_TLS,
|
ignoreTLS: CONFIG.SMTP_IGNORE_TLS === 'true',
|
||||||
secure: false, // true for 465, false for other ports
|
secure: false, // true for 465, false for other ports
|
||||||
auth: hasAuthData && {
|
auth: hasAuthData && {
|
||||||
user: CONFIG.SMTP_USERNAME,
|
user: CONFIG.SMTP_USERNAME,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user