Script URL:
Version of script: the last
Hosting company: tophost.it
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Write your message below:
Hi; i'm testing a new release o customized hesk for a client of mine. i would need to receive all incoming mail (thicket) but i need to block all outgoing notifies (eg: new ticket notify). i tried with a little modify on inc/email_functions.inc.php marking with // the command "'new_ticket' => $hesklang['ticket_received']"
Is it the right way? (i seem not)
Otherwise what is the right way to blocking all outgoing messages?
Other issue: when i fetch the messages, the system download only one message (but in the mail box there are 26 messages) i don't understand why; my system is hosted on web; may be this the cause of the malfunction? if yes how can i solve the problem?
Thanks
special need
Moderator: mkoch227
Re: special need
#1 would probably work fine if you simply change to in file "inc/email_functions.inc.php"
Issue #2 is most likely due to the modifications you made. Try with original unmodified files and see if that works.
Code: Select all
if ( defined('HESK_DEMO') )
{
return true;
}
Code: Select all
return true;
Issue #2 is most likely due to the modifications you made. Try with original unmodified files and see if that works.
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
Re: special need
Clear and smart. I was sure of it
Thank you.
the blocking of the outgoing messages is the only effect of this modify?

Thank you.
the blocking of the outgoing messages is the only effect of this modify?