mirror of
https://github.com/plankanban/planka.git
synced 2025-07-24 07:39:44 +02:00
feat: SMTP integration and email notifications (#631)
This commit is contained in:
parent
60ab09771d
commit
9f0fce098e
14 changed files with 188 additions and 4 deletions
|
@ -232,6 +232,7 @@ module.exports = {
|
|||
toList: _.pick(values.list, ['id', 'name']),
|
||||
},
|
||||
},
|
||||
board: inputs.board,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue