I would suggest to add a text file in /doc

You can consider adding it to the IntegrationController too, like the REST
API docs

 

Nice work!

 

Reinier 

 

Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Namens Eric Allen
Verzonden: zondag 21 september 2008 19:05
Aan: [email protected]
Onderwerp: [Tracks-discuss] integrated email receiver

 

I've finally gotten around to cleaning up my integrated email receiver and
merging it to trunk! See commit 3a21739be9790f85c9793222999f3c6b54167711
<http://github.com/bsag/tracks/commit/3a21739be9790f85c9793222999f3c6b541677
11> . It could still use more features, like better support for HTML and
multipart messages, but the basic functionality is there. I've been using
this in my own Tracks deployment for a couple of months now.

 

One thing I'm puzzled by is which documentation file I should update to
explain how to set this up. The process is really simple:

 

-Go to preferences inside Tracks and set up the email address and default
context for todos sent in via email (which could come from an SMS message)

-In sendmail/qmail/postfix/whatever, set up an email address alias to pipe
messages to

           /PATH/TO/RUBY/ruby /PATH/TO/TRACKS/script/runner -e production
'SMSGateway.receive(STDIN.read)'

 

That's all! Note: This only works if your mail agent resides on the same
server as your Tracks installation, so it won't work for everybody.

 

Which documentation file do I edit, and how do I regenerate the rest of
them?

_______________________________________________
Tracks-discuss mailing list
[email protected]
http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss

Reply via email to