| Previous topic :: Next topic |
| Author |
Message |
scurlaruntings
Joined: 09 Jul 2008
Posts: 13
|
| Posted: Mon Jul 14, 2008 7:10 pm Post subject: Modify Trouble Tickets |
|
|
How do you modify the email notifications that are sent from vTiger to include my own company details? IE: the hyperlink for "ticket details" points to vTigers own website. Id like to modify this hyper link to cotain my own URL. Also the signature is from "vTiger support team" as well as the sending email having appended "your-support-name".
I can see a email template for user logins to the portal but not for emails sent from vTiger for trouble ticket notifications. Can anyone point me in the right direction or post a howto? :oops: |
|
| Back to top |
|
joebordes
Joined: 18 Aug 2006
Posts: 1089
Location: Alicante/Valencia, Spain
|
| Posted: Mon Jul 14, 2008 7:26 pm Post subject: Re: Modify Trouble Tickets |
|
|
Hi,,
Some of these can be changed in your config.inc.php file. Look for the variables:
$HELPDESK_SUPPORT_EMAIL_ID = '';
$HELPDESK_SUPPORT_NAME = 'your-support name';
Joe
TSolucio |
|
| Back to top |
|
scurlaruntings
Joined: 09 Jul 2008
Posts: 13
|
| Posted: Mon Jul 14, 2008 7:31 pm Post subject: Re: Modify Trouble Tickets |
|
|
| Iv gone to the root at vTigerCRM and the config.inc.php file doesnt have that variable in it? Is there not a template for it that can be modified? |
|
| Back to top |
|
scurlaruntings
Joined: 09 Jul 2008
Posts: 13
|
| Posted: Mon Jul 14, 2008 7:56 pm Post subject: Re: Modify Trouble Tickets |
|
|
| Woops found it! For some reason CTRL + F was playing silly buggers. Thanks for your help on this. Any idea how you change the signature? From "vTiger Support Team" ? |
|
| Back to top |
|
joebordes
Joined: 18 Aug 2006
Posts: 1089
Location: Alicante/Valencia, Spain
|
| Posted: Mon Jul 14, 2008 9:18 pm Post subject: Re: Modify Trouble Tickets |
|
|
Hi,
Most of the messages sent out are in the modules/HelpDesk/language/xx_xx.lang.php file.
Change the 'Support_team' variable
Joe
TSolucio |
|
| Back to top |
|
scurlaruntings
Joined: 09 Jul 2008
Posts: 13
|
| Posted: Mon Jul 14, 2008 9:43 pm Post subject: Re: Modify Trouble Tickets |
|
|
| Marvelous! :D Any idea why the notifications are sent twice? When i update a ticket with new comments and press save i get the email in duplicate? |
|
| Back to top |
|
rippfx
Joined: 19 Dec 2007
Posts: 12
|
| Posted: Thu Jul 17, 2008 8:45 pm Post subject: Re: Modify Trouble Tickets |
|
|
| That's probably because you are the admin of the site and you submitted the ticket. |
|
| Back to top |
|
scurlaruntings
Joined: 09 Jul 2008
Posts: 13
|
| Posted: Thu Jul 17, 2008 10:04 pm Post subject: Re: Modify Trouble Tickets |
|
|
| rippfx wrote: That's probably because you are the admin of the site and you submitted the ticket. Aha :shock: That would explain it! |
|
| Back to top |
|
| |