- Edited
My client is using an external CRM called lessannoyingcrm.com which works by sending it an email and through the incoming email it creates a workflow.I need to edit Osticket so that each time a ticket is replied to, or an internal note is added osticket will send a BCC to a fixed email address (which gets sent to lessannoyingcrm.com)I dont need to display or give the ticket updater access to edit or view the BCC email address so I am guessing I simply need to go into one of the class files and add something like this...$Bcc = "myaccount@lessannoyingcrm.com";I just dont know exactly where to hard code that.Appreciate any guidance on this.Thanks.