TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask YC: best (multi-user) startup email support/helpdesk system?

31 pointsby apexaukover 16 years ago
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!

15 comments

benrover 16 years ago
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.
pmjordanover 16 years ago
Although I haven't used it myself (though I'm planning to once I need to deal with such issues) I hear Fogbugz is pretty good at this kind of stuff.
评论 #405333 未加载
评论 #405561 未加载
mischaover 16 years ago
<a href="http://tenderapp.com/" rel="nofollow">http://tenderapp.com/</a>
1gorover 16 years ago
<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.
jonasvpover 16 years ago
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.
评论 #405400 未加载
zackolaover 16 years ago
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.
theantidoteover 16 years ago
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?
jaaronover 16 years ago
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.
staunchover 16 years ago
<a href="http://www.fogcreek.com/FogBugz/StudentAndStartup.html" rel="nofollow">http://www.fogcreek.com/FogBugz/StudentAndStartup.html</a>
Corradoover 16 years ago
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.
评论 #405850 未加载
seijiover 16 years ago
OTRS: <a href="http://otrs.org/" rel="nofollow">http://otrs.org/</a> or RT: <a href="http://bestpractical.com/rt/" rel="nofollow">http://bestpractical.com/rt/</a>
mrkurtover 16 years ago
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.
amobilebizover 16 years ago
Recommend Kayako - <a href="http://www.kayako.com" rel="nofollow">http://www.kayako.com</a><p>Very robust and full of features.
rishiover 16 years ago
anyone use <a href="http://sproutit.com/" rel="nofollow">http://sproutit.com/</a> ?
zackover 16 years ago
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.