From f99a3c501fd6ed7b4914b8d6e855489c2ce5b219 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Fri, 16 Oct 2015 20:50:12 -0400 Subject: Make mail transports pluggable and move integrations to plugins - Postmark: https://github.com/kanboard/plugin-postmark - Mailgun: https://github.com/kanboard/plugin-mailgun - Sendgrid: https://github.com/kanboard/plugin-sendgrid --- doc/mailgun.markdown | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 doc/mailgun.markdown (limited to 'doc/mailgun.markdown') diff --git a/doc/mailgun.markdown b/doc/mailgun.markdown deleted file mode 100644 index 6465903a..00000000 --- a/doc/mailgun.markdown +++ /dev/null @@ -1,28 +0,0 @@ -Mailgun -======= - -You can use the service [Mailgun](http://www.mailgun.com/) 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](create-tasks-by-email.markdown). - -Mailgun configuration ---------------------- - -Create a new route in the web interface or via the API ([official documentation](https://documentation.mailgun.com/user_manual.html#routes)), 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 ----------------------- - -1. Be sure that your users have an email address in their profiles -2. Assign a project identifier to the desired projects: **Project settings > Edit** -3. Try to send an email to your project -- cgit v1.2.3