mirror of
https://github.com/plankanban/planka.git
synced 2025-07-25 08:09:44 +02:00
parent
4cbd2f85c7
commit
2d6666d693
4 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,7 @@ module.exports = function defineSmtpHook(sails) {
|
|||
pool: true,
|
||||
host: sails.config.custom.smtpHost,
|
||||
port: sails.config.custom.smtpPort,
|
||||
name: sails.config.custom.smtpName,
|
||||
secure: sails.config.custom.smtpSecure,
|
||||
auth: sails.config.custom.smtpUser && {
|
||||
user: sails.config.custom.smtpUser,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue