mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor(notifications): remove secure port
This commit is contained in:
@@ -18,7 +18,6 @@ export const sendEmailNotification = async (
|
|||||||
const transporter = nodemailer.createTransport({
|
const transporter = nodemailer.createTransport({
|
||||||
host: smtpServer,
|
host: smtpServer,
|
||||||
port: smtpPort,
|
port: smtpPort,
|
||||||
secure: smtpPort === 465,
|
|
||||||
auth: { user: username, pass: password },
|
auth: { user: username, pass: password },
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user