1

Does FogBugz automatically reply to incoming emails?

flag

3 Answers

1

When you configure a mailbox, you can configure FogBugz to reply automatically to incoming email. This is the only instance in which FogBugz can be configured to send an automatic message to an outside party (a user without a FogBugz account). FogBugz will not send automated emails when a case is resolved or closed. We believe it should be your choice as to how to communicate this status to your customers, and that communicating automatically might cause more harm than good.

Automatic replies are plain-text and you can include the following variables in the message or subject line. The placeholder will be substituted with the appropriate value when the message is sent:

{case}      the case ID number
{sender}    the sender's email address
{subject}   the subject of the incoming message
{ticket}    the external customer reference number to this case; includes a random password for security
{url}       the URL of the FogBugz install
{ticketurl} a link the customer can use to check the status of their case
{fullname}  the full name associated with this mailbox
{email}     the email address associated with this mailbox

No matter what you do, the outgoing subject must include (Case {case}), because that will insure that if the customer replies to the autoreply, their reply will be appended to the same case instead of opening a new one. In this case, FogBugz will not send an auto-reply, as the correspondent has already had confirmation of this particular case reaching the system.

FogBugz will not send auto-reponses to messages categorized as spam.

Also, to prevent mail loops, FogBugz will not automatically reply if any of the following is true:

  • The From or Reply-to field contains postmaster, daemon, owner-, bounced, no-reply, do-not-reply, noreply or donotreply
  • The Precedence field is junk or bulk

FogBugz will not automatically reply to the same email address more than three times in one hour.

link|flag
0

Do we have another update on replying with HTML? This would be a really nice feature.

link|flag
You can track that feature request here: fogbugz.stackexchange.com/questions/7734/… – adambox Mar 26 2012 at 14:02
0

Any ability to alter the "max 3 per hour" setting?

Our testers can find way more bugs than that on a bad day :(

link|flag
That number is not configurable. We recommend giving your testers full logins to create cases, or setup public case submission for them to use on the FogBugz site. Email us for more help on this workflow: fogcreek.com/sendmail.html – adambox Apr 5 2012 at 13:24

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.