From 5e32d6da768673f95f7df81f27ac40d41c36a388 Mon Sep 17 00:00:00 2001
From: Greg Sutcliffe
Date: Fri, 27 Sep 2013 21:21:46 +0100
Subject: [PATCH] Add integration docs for Mailgun
---
app/views/integrations/index.en.html.erb | 38 +++++++++++++++++++++++-
1 file changed, 37 insertions(+), 1 deletion(-)
diff --git a/app/views/integrations/index.en.html.erb b/app/views/integrations/index.en.html.erb
index 791133c7..6fd212b3 100644
--- a/app/views/integrations/index.en.html.erb
+++ b/app/views/integrations/index.en.html.erb
@@ -13,6 +13,7 @@
Add Actions with Quicksilver and Applescript
Automatically Email Yourself Upcoming Actions
Integrate Tracks with an email server to be able to send an action through email to Tracks
+ Send emails to Tracks with Mailgun
Add Tracks as a Google Gmail gadget
Do you have one of your own to add?
@@ -119,6 +120,41 @@
TRACKS_MAIL_RECEIVER=<%=current_user.login%> usr/bin/bundle exec /PATH/TO/TRACKS/script/rails r -e production 'MessageGateway.receive(STDIN.read)'
+
+Send emails to Tracks with Mailgun
+If you want to email tasks to Tracks, but cannot run a mailserver on the same host,
+you could use the Mailgun support built in to Tracks.
+
+
+For this to work your Tracks server will need to be reachable from the internet, so
+that Mailgun can POST data to it.
+
+
+All the comments about the email format from the section above apply to the
+Mailgun handling, as the data is processed the same way
+
Add Tracks as a Google Gmail gadget
@@ -132,4 +168,4 @@
Now you can see Gadgets tab added to Gmail Settings. Go to the Gadgets tab
Paste following link to the Add a gadget by its URL: and then click Add button:
<%= integrations_url + "/google_gadget" %>
-
\ No newline at end of file
+