
how to Accept only my domin?
Moderator: mkoch227
how to Accept only my domin?
i need to Accept only my domin email in Submit a ticket 

Re: how to Accept only my domin?
In submit_ticket.php if you find and add something like this ABOVE that line it should work:
Code: Select all
if ($hesk_settings['confirm_email'])
Code: Select all
if (strpos($tmpvar['email'],'@yourdomain.com') === false)
{
$hesk_error_buffer['email']='We only accept emails from @yourdomain.com';
}
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
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


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