mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
980 B
980 B
Mailgun
You can use the service Mailgun to create tasks directly by email.
This integration works with the inbound email service of Mailgun (routes). Kanboard use a webhook to handle incoming emails.
The incoming email workflow is described here.
Mailgun configuration
Create a new route in the web interface or via the API (official documentation), here an example:
match_recipient("^kanboard\+(.*)@mydomain.tld$")
forward("https://mykanboard/?controller=webhook&action=mailgun&token=mytoken")
The Kanboard webhook url is displayed in Settings > Integrations > Mailgun
Kanboard configuration
- Be sure that your users have an email address in their profiles
- Assign a project identifier to the desired projects: Project settings > Edit
- Try to send an email to your project