Loading...
 
Features / Usability

Features / Usability


TrackerMail

posts: 32

I want to write something that enables my users to post items for a tracker using email. There is another tracker called Roundup that does this. Actually quite cool but not as feature packed as Tiki Wiki.

I can parseincoming email to separate tracker ID and each of the tracker items to be inserted into the tracker. I was considering translating this to appropriate mysql SQL commands to insert the information into the mysql database. Is this a good way to solve the problem. There might be some hidden traps in links among unknown mysql table entries. Would it be better to use php and call appropriate tiki routines?


posts: 1092

You have an import tracker items (csv format) that can help perhaps
sylvie


posts: 1633 Canada

It is possible to add articles & edit wiki pages via email (mail-in)

I suggest you re-use the same logic for email -> trackers

M ;-)