Jump to content

Create a new auto respond email.


lloydcodrington

Recommended Posts

Hi All,

I am creating a new support department to gather information in relation to a new clients enquiry. However I want to send them a custom made auto respond email once they issue the ticket. Is there any way to create and assign a auto respond email to a particular support department?

 

Lloyd Codrington.

Link to comment
Share on other sites

  • WHMCS CEO

All departments use the same email template, but within the email template you can use an if statement to alter what is shown dependant on the department. For example:

 

{if $ticket_department eq "Support"}
Your ticket has been submitted to support and will be answered within 2 hours.
{elseif $ticket_department eq "Sales"}
Your ticket has been received by sales and will be responded to within 24 hours.
{/if}

 

Matt

Link to comment
Share on other sites

Hi, no I didn't try it out. But I looked over the syntax and I can't see any errors. Perhaps try pasting the code into a ascii text editor, and then from there re-copy it and paste it into your email template. I noticed when I first pasted it into the email template, the colors/fonts came across so maybe that somehow caused a problem.

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