From af95682045c90c323d70d2fcd5b6e4020a4f84c3 Mon Sep 17 00:00:00 2001 From: 02strich Date: Wed, 5 Oct 2011 06:58:25 -0700 Subject: [PATCH] First documentation of the cloudmailin integration --- Cloudmailin-integration.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Cloudmailin-integration.md diff --git a/Cloudmailin-integration.md b/Cloudmailin-integration.md new file mode 100644 index 0000000..3577234 --- /dev/null +++ b/Cloudmailin-integration.md @@ -0,0 +1,13 @@ +# Features +* Creating tasks directly from emails + +# Requirments +* Cloudmailin account, either create one at http://cloudmailin.com/ or get it through your hoster, e.g. Heroku + +# Installation +1. Setting the Cloudmailin secret key in your site.yml, see also http://docs.cloudmailin.com/validating_the_sender +2. Configure your Cloudmailin adress to post to http://www.yourhost.tld/integrations/cloudmailin URL +3. Configure your default email context inside Tracks + +# Usage +1. Send an email to you Cloudmailin address and see its subject used as a new tasks text and its body as the description \ No newline at end of file