diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-10-16 20:50:12 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-10-16 20:50:12 -0400 |
commit | f99a3c501fd6ed7b4914b8d6e855489c2ce5b219 (patch) | |
tree | 976276d6acfff78923e4549b0ef9ea94c5e2cb0d /doc/postmark.markdown | |
parent | 9c9ed02cd7ebc5dbbc99bcaed6f80988ce8a9677 (diff) |
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
Diffstat (limited to 'doc/postmark.markdown')
-rw-r--r-- | doc/postmark.markdown | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/doc/postmark.markdown b/doc/postmark.markdown deleted file mode 100644 index 7c33ee63..00000000 --- a/doc/postmark.markdown +++ /dev/null @@ -1,29 +0,0 @@ -Postmark -======== - -You can use the service [Postmark](https://postmarkapp.com/) to create tasks directly by email. - -This integration works with the inbound email service of Postmark. -Kanboard use a webhook to handle incoming emails. - -The [incoming email workflow is described here](create-tasks-by-email.markdown). - -Postmark configuration ----------------------- - -Just follow the [official documentation about inbound email processing](http://developer.postmarkapp.com/developer-process-configure.html). -Basically, you have to forward your own domain or subdomain to a specific Postmark email address. - -The Kanboard webhook url is displayed in **Settings > Integrations > Postmark** - -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 - -Troubleshootings ----------------- - -- Test the webhook url from the Postmark console, you should have a status code `200 OK` |