summaryrefslogtreecommitdiff
path: root/doc/create-tasks-by-email.markdown
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2017-01-29 11:07:42 -0500
committerFrederic Guillot <fred@kanboard.net>2017-01-29 11:07:42 -0500
commit0371acff89b14b9bdcb03e72fd9637e26e6b517c (patch)
treef5878c9c07705379d137843cb8f92e3cdf7c20a8 /doc/create-tasks-by-email.markdown
parent3bf4789be255650b64f42231f41383cb13b65572 (diff)
Move English documentation to folder en_US
Diffstat (limited to 'doc/create-tasks-by-email.markdown')
-rw-r--r--doc/create-tasks-by-email.markdown45
1 files changed, 0 insertions, 45 deletions
diff --git a/doc/create-tasks-by-email.markdown b/doc/create-tasks-by-email.markdown
deleted file mode 100644
index b46e5797..00000000
--- a/doc/create-tasks-by-email.markdown
+++ /dev/null
@@ -1,45 +0,0 @@
-Create tasks by email
-=====================
-
-You can create tasks directly by sending an email.
-This feature is available by using plugins.
-
-At the moment, Kanboard is integrated with 3 external services:
-
-- [Mailgun](https://github.com/kanboard/plugin-mailgun)
-- [Sendgrid](https://github.com/kanboard/plugin-sendgrid)
-- [Postmark](https://github.com/kanboard/plugin-postmark)
-
-These services handle incoming emails without having to configure any SMTP server.
-
-When an email is received, Kanboard receive the message on a specific end-point.
-All complicated works are already handled by those services.
-
-Incoming emails workflow
-------------------------
-
-1. You send an email to a specific address, for example **something+myproject@inbound.mydomain.tld**
-2. Your email is forwarded to the third-party SMTP servers
-3. The SMTP provider call the Kanboard web hook with the email in JSON or multipart/form-data formats
-4. Kanboard parses the received email and create the task to the right project
-
-Note: New tasks are automatically created in the first column.
-
-Email format
-------------
-
-- The local part of the email address must use the plus separator, for example **kanboard+project123**
-- The string defined after the plus sign must match a project identifier, for example **project123** is the identifier of the project **Project 123**
-- The email subject becomes the task title
-- The email body becomes the task description (Markdown format)
-
-Incoming emails can be written in text or HTML formats.
-**Kanboard is able to convert simple HTML emails to Markdown**.
-
-Security and requirements
--------------------------
-
-- The Kanboard web hook is protected by a random token
-- The sender email address must match a Kanboard user
-- The Kanboard project must have a unique identifier, for example **MYPROJECT**
-- The Kanboard user must be a member of the project