Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
Communications Software

An Automated Support E-Mail System? 46

qm_37 asks: "I work for a small software company with a growing customer base. Our current support desk system has worked well for us in the past, but is going to become very unwieldy if it has to grow any more than it already has. We're looking for a more automated system that will do things like filter and direct incoming support e-mails to the support worker assigned to that task, assign and track support issue numbers, and give us a nice searchable database of previous customer issues. We've looked at various solutions ranging from commercial software packages to PHP/CGI-based server scripts, and nothing has really grabbed our attention. We have also considered writing our own system, but the trade-off is that we need to find the time to do it. Does anyone have any experience with a situation like this? Which route do you think we should take for our support system?"
This discussion has been archived. No new comments can be posted.

An Automated Support E-Mail System?

Comments Filter:
  • We use E-Gain. http://www.egain.com (We're also a bank, so we're well funded.)

    New emails get a ticket ID, and you log into a web interface to download new tickets. It keeps messages for the same ticket associated together.

    It also supports autoreplies, template/scripted replies, and some non-email-related things like a knowledge base, quick-message-forwarding address book, etc.

    The whole point for going with a system like this, of course, is for performance monitoring, tracking, and reporting.

    --Michael Spencer
  • Kayako? (Score:4, Informative)

    by mind21_98 ( 18647 ) on Friday September 17, 2004 @08:51PM (#10281914) Homepage Journal
    Have you considered using Kayako [kayako.com]? It's not free, but it contains a knowledge base, and has a clean layout too. We currently use this where I work and we've never had problems.
  • Look at something like this:

    http://www.fogcreek.com/FogBUGZ/

    or Bugzilla.

    or buy some big commercial product like Peregrine Service Center.
    • I can vouch for FogBugz. We used it in my last position, and it was a great quick bug tracking system. Lots of integration capabilities, and they let you try it online free for 30 days. If you purchase it they ship you the database so you don't lose any data. A little easier to understand than Bugzilla, but only if you don't mind using ASP.

  • Ticketsmith (Score:2, Informative)

    I've used Ticketsmith [voxel.net] for a few years now. Threaded replies, assign tickets to staff members, web based, auto-replies to the client.
    Does everything you need, and nothing you don't.
  • If you don't mind going commercial, a very popular product is Remedy [remedy.com]. It's extremely configurable and it can do everything you're asking and a lot more. I work for a national ISP and Remedy is what our dozens of helpdesks use.
    • Re:Remedy (Score:2, Interesting)

      by SplasPood ( 22876 ) *
      Speaking as someone who's used remedy, and tried to support a customized platform based around it.

      STAY AWAY. STAY VERY FAR AWAY. Hire some college kids to code you a nice replacement in PHP or something.. You'll be happier.

      Just my 2 cents.
  • by AresTheImpaler ( 570208 ) on Friday September 17, 2004 @09:09PM (#10282030)
    You should outsource your support to another country so that everytime someone needs help, they can talk to a human being. Look, how amazing tech support is [illwillpress.com].
  • I have found that web interfaces for submitting requests is a pain in the ass, and end users don't like them. make sure you have email submission.. I have heard of many people using RT [bestpractical.com]

    Of course, if your rich, look into HEAT.. it does some damn amazing things...

    • I can attest to RT being great ... worked for an ISP that used it. emails would automatically open tickets and assign them to queues based on keywords. when tickets were updated (either through the web interface or by email on our blackberrys) it could (at our choice) email the user back to let them know.

      best of all, it's free.

  • Easy! (Score:2, Funny)

    Just set up a simple auto-responder in your mail client. The message you need is very basic, and will provide your clients/users with enough information to trouble shoot their problem! Ohh, and it's only four characters. ;-)

    "RTFM"

    Bonus points if you actually include a link to the manual, but no need to go overboard...!

    Okay, so that's just what I would do. Why, yes, I am still looking for a job.. why do you ask?
  • Try Cerberus Helpdesk [cerberusweb.com].
  • by joelparker ( 586428 ) <joel@school.net> on Friday September 17, 2004 @09:19PM (#10282082) Homepage
    Try this listing of Call Center, Bug Tracking and Project Management Tools for Linux [linas.org]

    Good luck! Cheers, Joel

  • by belorion ( 154949 ) on Friday September 17, 2004 @09:36PM (#10282179)
    I have been using MySQL's eventum http://dev.mysql.com/downloads/other/eventum/featu res.html/ [mysql.com] for the past few months and have found it very good. It's PHP MySQL based. It supports multiple projects, email integration, supports public/private fields, custom categories, custom fields, project management (time tracking), issue listing, sorting, searching, reporting and graphical stats. It also supports SOAP (remote posting) and RSS for viewing
  • How small is your company? If you can afford it, Web Help Desk [webhelpdesk.com] fits the bill. The client list [webhelpdesk.com] is huge, and includes Apple, Filemaker, Inc., an many government and educational institutions. The software is based on Mac OS X Server (thus Apple's buy-in, I think), and you have several options for the database backend (including MySQL).
  • someone with perl experience, you might try rewriting something like Spam Assassin to search for appropriate keywords and route the mail accordingly.

    Then again, I usually prefer the in house custom solutions, because when you have them finished, you end up with something better suited to your needs, and you have a strong familiarity with the system when something goes wrong.
    • Speaking of unorthodox, my IT department uses a slightly customized blog to manage our helpdesk tracking. Email submission goes straight to the blog, which the manager then assigns to the appropriate technician via the "categories" field. We use the comment field and the "email to a friend" function liberally until the ticket is closed.

      It sounds weird at first, but it works so well it's almost silly that we didn't think of it earlier.

      Another nice thing - it runs on a Linux server using a PHP based syste
  • by zamboni1138 ( 308944 ) * on Friday September 17, 2004 @09:58PM (#10282303)
    I have been using Request Tracker [bestpractical.com] for a while now and I love it, and so does my support staff and customers. It is very robust and flexible. I use Apache with mod_perl, SSL and a MySQL database, and sendmail for the mail interface. You might hit a few bumps during setup, but you should be able to work through them. There are a lot of good docs out there which walk you through the entire setup. If you haven't looked at it you should. Everything is free except the hardware and time. They also have RTFM (RT FAQ Manager) which is an addon to RT and can help you manage company wide knowledge.

    If you need a serious customer support email + web based issue/ticket tracking and management system then you need to check out Request Tracker.
  • RT (Score:3, Interesting)

    by Door-opening Fascist ( 534466 ) <skylar@cs.earlham.edu> on Friday September 17, 2004 @10:16PM (#10282401) Homepage
    I'd recommend RT [bestpractical.com] from Best Practical [bestpractical.com]. I use it with a Postgres backend and Apache/Sendmail on the front-end, and it works beautifully. It does everything we (and you, it sounds like) need it to do, with plenty of added flexibility if you need it. Check it out.
    • by mrcpu ( 132057 )
      RT is pretty powerful. We have something like 200k tickets in our database, and it hums right along.
  • by dagnabit ( 89294 ) on Friday September 17, 2004 @10:35PM (#10282520)
    Ticket app: http://www.bestpractical.com/rt/ [bestpractical.com]

    FAQ Manager: http://www.bestpractical.com/rtfm/ [bestpractical.com]
  • Request Tracker (RT) (Score:3, Interesting)

    by Christopher Cashell ( 2517 ) on Friday September 17, 2004 @11:54PM (#10282880) Homepage Journal
    As a number of other people have mentioned, Request Tracker (RT) is probably just about a perfect fit for your needs. I use it for a similar (but internal) setup, and it works like a charm. I'm currently using it on a Debian/Woody box with Apache, PostgreSQL, and Qmail.

    Especially considering it's free (GPL), I don't know many better solutions.
  • Since everyone seems to have given more or less commercial-feeling suggestions, try Trac [edgewall.com]. It's a decent project-management system with a Wiki, implemented in Python running off CGI. It's mainly intended for actual PMS, but seems to work well for a support job too.
  • We use roundup, with some minor customizations. It works very nicely, is somewhat easy to customize, integrates nicely with email, and it is free.

    http://roundup.sf.net

    My next customization will probably be some mechanism for techs to check "resolve and add to knowledge base" and have it dump out the discussion to a Blosxom format blog entry with a selected category. Then it becomes searchable using either one of Blosxom's search plugins or our current htdig search function (roundup supports search, but
  • Liberum helpdesk does pretty much everything you need. It's open-source and took me about 15 minutes to get set up:

    http://www.liberum.org/
  • We've made a great CMS with hundreds of features integrated... including a GMail-like mail system with searching, labeling, etc. It's also got standard SMTP support and features, like aliasing. Mailing lists as well. Check it out -- it might not be exactly what you're looking for but I'm sure it'd get the job done :p.
  • It's free (and Free), has commercial support if you need it, very customizable, if a little difficult to set up. But once up and running, it's been great for our company (3 people on support).

    RT Home page [bestpractical.com]
  • Check out a linux package called RT. It's a web-based / email linked tickeing system. It sends messages when support requests are sent and directs them to the appropriate email address.

  • All done in Perl, handles both e-mail and web-based ticket creation, easy to hack on to change.

    RequestTracker [bestpractical.com]
  • You might want to check out IRM [stackworks.net] It's an extremely configurable asset management system with a linked ticketing system. Built in PHP /MySQL. Personally for a small company I find that it works best when not only is it free, but I can work on it myself and change even the core functions.
  • Hire me to build you a web-based system. I've built what has been said by many to be "the best workflow/request system ever built and used within the Wachovia Corporation." dep

Say "twenty-three-skiddoo" to logout.

Working...