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 @@
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)'+ +
+For this to work your Tracks server will need to be reachable from the internet, so +that Mailgun can POST data to it. +
+
+mailmap: + tracks@user.mailgun.org: + - me@myhome.domain.net + - mr.user@work.company.com ++
All the comments about the email format from the section above apply to the +Mailgun handling, as the data is processed the same way
+@@ -132,4 +168,4 @@
<%= integrations_url + "/google_gadget" %>