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:
parent
6e78f49c2f
commit
3d348ee762
@ -18,7 +18,6 @@ export const sendEmailNotification = async (
|
||||
const transporter = nodemailer.createTransport({
|
||||
host: smtpServer,
|
||||
port: smtpPort,
|
||||
secure: smtpPort === 465,
|
||||
auth: { user: username, pass: password },
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user