Differnet Support Emails For Each Category?

Helpdesk for my helpdesk software

Moderator: mkoch227

Klemen
Site Admin
Posts: 10147
Joined: Fri Feb 11, 2005 4:04 pm

Re: Differnet Support Emails For Each Category?

Post 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); 
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
sp119
Posts: 23
Joined: Wed Feb 13, 2013 1:55 pm

Re: Differnet Support Emails For Each Category?

Post 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); 
Sean Porter
Web Developer/Business Analyst
Georgia Tech
Post Reply