Jump to content

Only Email Flagged User


jrossini

Recommended Posts

I have a support ticket, and it's department is set to the Technology Department, and it is flagged to 1 member of the department. When the member of the department Adds a Reply, and email is sent to the end user (All good so far). The problem is that the from address is the department's address. So when the end user replies to the email, the email is sent to everyone in the department. This causes all of my team members to look into the problem because they received an email from an end user.

Is there any way to change the from address of the email that is sent to the end user to the 1 team member that is flagged to the ticket?

thanks,

John.

Link to comment
Share on other sites

  • 1 month later...

You may not want to do that as any replies would then be direct to your admin's e-mail, bypassing your ticketing system altogether.

 

However, you could create an action hook at the "TicketAdminReply" hook point and have it flag a ticket to a specific admin; namely, whichever one happened to reply to it first. You could use the internal API (updateticket) within your action hook to do this. In addition, you could create an action hook at the "EmailPreSend" hook point to ensure that the admin notifications for ticket replies (Support Ticket Response) are sent only to the admin(s) which you want to receive them.

 

Using a combination of one or both of the above, you should be able to achieve what it is that you seem to actually be wanting.

Edited by WHMCS JamesX
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated