| ||||||||||||
![]() |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
(#1)
|
(#2)
|
(#3)
|
(#4)
|
(#5)
|
| New Member Posts: 26 Join Date: May 2006 Location: Sydney, Australia |
19-10-2007, 02:02 PM
To coin the phrase ... by jove i think I have it! Use query browser to view table swift.swticketemails then find the ticketemailid which has the email address you want to remove from CC lists (I have the same problem). Open .\modules\parser\cron_parser.php and enter the following line just before the ?> at the bottom of the file where 999 is the ticketemailid value. As long as the cron job runs the parser, you're the laughing horse ![]() mysql_query("DELETE FROM swift.swticketrecipients where ticketemailid='999' and recipienttype='2'"); Undoubtedly it will add some processing overhead (as these things always do) but it certainly does the trick. I will be testing in dev and UAT then will hopeully impliment later in the week. Let me know how it goes. |
| | |
![]() |
| Tags |
| addresses, bcc, remove |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to remove default fields from forms | raykay | SupportSuite, eSupport and LiveResponse | 10 | 25-02-2008 07:32 PM |
| UNKNOWN Custom fields -> Ability to duplicate others (i.e. entire groups and their fields) | bluesquares | Feature Requests | 7 | 17-12-2007 01:16 AM |
| Custom Fields Custom fields -> Ability to prefil them for ticket submission using $_GET params | grahl | Feature Requests | 3 | 13-11-2007 03:49 PM |
| creating custom fields for email addresses | davecnhi | How do I? | 1 | 20-08-2007 12:51 PM |
| better handling for CC / BCC fields | bubble | SupportSuite, eSupport and LiveResponse | 3 | 21-11-2006 03:12 PM |