Howdy all,<p>What's the best email support/helpdesk system to use for our startup that lets more than one person process incoming email?<p>Currently we have an email alias support@ which simply sends to two of us (web feedback form submissions come this way too). When one of us replies then we BCC the other so they know not to reply too, but this is obviously a pain. Additionally if we reply from our personal address then the other person no longer receives future messages in the thread.<p>As well as solving these two problems, it'd be useful to bring some more of the team into the process so they at least can read the incoming support requests to get an idea of user feedback - this would quickly get out of hand with our current simple setup.<p>Any recommendations?
Cheers!
HelpSpot is exactly what you're after - <a href="http://www.userscape.com/products/helpspot/" rel="nofollow">http://www.userscape.com/products/helpspot/</a><p>We've been using it for about 3 years and love it.
<a href="http://www.redmine.org" rel="nofollow">http://www.redmine.org</a> is Ruby on Rails -based project management app. You can configure it to run your code development projects (it basically an improvement on <a href="http://trac.edgewall.org" rel="nofollow">http://trac.edgewall.org</a>, features wiki/tickets/milestones/integration with git/svn... etc ) and set up a separate customer support section.<p>They have email gateway and a very flexible user rights management features. You could set up customers to email you issues which will automatically become tickets in your development project (which is accessible only for developers). You can also set up a wiki available only for customers.<p>Since you are (hopefully) already running issue tracker/version control environment for developers, you can thus avoid creating a redundant extra layer of 'support ticket' database and 'customer knowledge base' altogether.
Check out Roundup (<a href="http://roundup.sourceforge.net/" rel="nofollow">http://roundup.sourceforge.net/</a>). Written in Python, easy to extend, has a web interface and email gateway. The UI is pretty ugly, sadly, so if you want something easier on the eyes, you need to hack up some custom CSS.
Pretty sweet and easy to get this working in a Rails app <a href="http://wiki.rubyonrails.org/rails/pages/HowToReceiveEmailsWithActionMailer" rel="nofollow">http://wiki.rubyonrails.org/rails/pages/HowToReceiveEmailsWi...</a>
Then users in the rails app can claim feedback, and reply through the system, so everything gets nice and logged. I'm not sure what your development platform looks like but you should be able to wire this type of thing up somehow.
I haven't used any but check out these recommendations: <a href="http://ask.metafilter.com/44577/FreewareOpen-Source-Help-Desk-Software" rel="nofollow">http://ask.metafilter.com/44577/FreewareOpen-Source-Help-Des...</a><p>There's also a whole list here: <a href="http://www.opensourcehelpdesklist.com/" rel="nofollow">http://www.opensourcehelpdesklist.com/</a><p>Are you hosting this yourself or do you want someone else to host it?
Zendesk: <a href="http://www.zendesk.com" rel="nofollow">http://www.zendesk.com</a><p>Not sure if it's the right fit for you, but it's run by some friends of mine.
What about something like GetSatisfaction? It's all web based and comunity driven. You don't have private areas (I think) but it does look nice and I think you can even tie your FAQ page to it.
Zendesk is nice, but maybe a bit expensive for what you need (it was for me).<p>I use Cerberus myself. Once you figure out its quirks, it's pretty handy.
Cerberus. It kicks ass. I used it at two of my internships...quality software.<p><a href="http://www.cerberusweb.com/" rel="nofollow">http://www.cerberusweb.com/</a><p>It's super-easy to use, too.