Results 1 to 3 of 3

Thread: Email setup

  1. #1
    BigMick is offline Junior Member
    Join Date
    Nov 2008
    Posts
    2

    Default Email setup

    We have a single support mailbox that we want to receive all our support email at. I'd like to setup the users so that all email communication for a case is logged in the history of the case. The way we currently have it set up is:

    I've created a group mail account with a group folder called "Support" that creates cases in a round-robin manner from the support team. So far so good. What I'd like to be able to do is to set all the support staff to have the same email address in the system so that all email comes from support. Also easily doable. The problem is that the [CASE: %1] tag isn't getting added to the subject of the email when the case is created. This means that when a customer responds to an email from a support representative, a new case is opened each time. Is there any way of setting this up to do what we want?

  2. #2
    bitshop is offline Junior Member
    Join Date
    Dec 2008
    Posts
    2

    Default Re: Email setup

    I agree that when you have a case and hit reply the subject should be tied to that case, i.e. [CASE:%1] included automatically. I don't see this either unless I'm missing a simple option.

  3. #3
    sgandhi is offline Sugar Team Member
    Join Date
    Aug 2007
    Posts
    217

    Default Re: Email setup

    Its a bug. I have a fix for it. Goto InboundEmail.php. There is a function called handleCreateCase. There is a line of code

    PHP Code:
    $email->assigned_user_id $c->assigned_user_id
    After this line add

    PHP Code:
                $email->name str_replace('%1'$c->case_number$c->getEmailSubjectMacro()) . " "$email->name
    This should fix this one.

    Thanks
    -Samir Gandhi

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. HOW-TO guide for Email Campaigns.
    By agupta in forum Marketing/Campaign Management
    Replies: 146
    Last Post: 2012-01-31, 03:08 PM
  2. email marketing feature requests
    By maxsutter in forum Feature Requests
    Replies: 1
    Last Post: 2008-10-11, 10:19 AM
  3. Replies: 0
    Last Post: 2008-06-17, 11:56 AM
  4. Working with campaings
    By lopes80andre in forum Marketing/Campaign Management
    Replies: 2
    Last Post: 2008-05-16, 07:43 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •