Page 2 of 2

Re: Differnet Support Emails For Each Category?

Posted: Tue Feb 26, 2013 6:33 pm
by Klemen
Not sure if it will work or not, but doing the above and removing // before this code might work:

Code: Select all

$tmpvar['to_email']	= hesk_validateEmail($results['to'][0]['address'],'ERR',0); 

Re: Differnet Support Emails For Each Category?

Posted: Tue Feb 26, 2013 6:41 pm
by sp119
in my file the line quoted below already has the // removed.
Klemen wrote:Not sure if it will work or not, but doing the above and removing // before this code might work:

Code: Select all

$tmpvar['to_email']	= hesk_validateEmail($results['to'][0]['address'],'ERR',0);