mirror of
https://github.com/plankanban/planka.git
synced 2025-12-16 17:23:21 +03:00
@@ -33,6 +33,9 @@ module.exports = function defineSmtpHook(sails) {
|
||||
user: sails.config.custom.smtpUser,
|
||||
pass: sails.config.custom.smtpPassword,
|
||||
},
|
||||
tls: {
|
||||
rejectUnauthorized: sails.config.custom.smtpTlsRejectUnauthorized,
|
||||
},
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user