This Plugin adds to Kanboard comment by mail. This makes kanboard more useful as remote support ticketing systeem. It ads:
- custom reply_to
- configuarble default for(to,subject,reply, bod ) which might include variables
- Rens Sikma
- License MIT
- Kanboard >= 1.0.35
You have the choice between 3 methods:
- Install the plugin from the Kanboard plugin manager in one click
- Download the zip file and decompress everything under the directory
plugins/ExtendedMail
- Clone this repository into the folder
plugins/ExtendedMail
(not plugins/kanboard-ExtendedMail)
Note: Plugin folder is case-sensitive.
you can change the settings in: project settings -> ExtendedMail (side panel)
available variables you can use:
- %task_id
- %task_title
- %task_description
- %project_id
- %project_email (you can change this in: edit project)
- %user_name
- %user_email