Script URL: Testserver
Version of script: Latest
Version of PHP:
Hosting company:
Have you searched THIS FORUM for your problem: Yes
(if not please do before posting)
If so, what terms did you try:
Write your message below:
Hello,
Everything works fine. But No email notification is done by the script...
Maybe someone has a suggestion? Thank you very much.
Regards,
European
No Email notification to Ticket opener and Admin!?
Moderator: mkoch227
Hesk uses standard PHP mail() command so if sending e-mail doesn't work something is wrong with that.
Check if you have correct e-mail settings in your php.ini file (SMTP for windows and Sendmail for Linux server). If you don't have root access to the server check with your hosting company and see if they have disabled the mail() php command.
Regards
Check if you have correct e-mail settings in your php.ini file (SMTP for windows and Sendmail for Linux server). If you don't have root access to the server check with your hosting company and see if they have disabled the mail() php command.
Regards
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
-
- Posts: 13
- Joined: Thu Aug 25, 2005 5:50 pm
You need root access to your server to setup PHP. You should contact your hosting company and ask if mail() command has been disabled in PHP.
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
-
- Posts: 13
- Joined: Thu Aug 25, 2005 5:50 pm
There is no hosting company. This is all internal to my network. We use iMail and there is no call for php restrictions or mail. I will look in the server, but I doubt this is on the linux server. For iMail there is no restrictions for mail type formats.
Are you sure there are no other options?
Thanks,
Are you sure there are no other options?
Thanks,
Tex Man
-
- Posts: 13
- Joined: Thu Aug 25, 2005 5:50 pm
I can send and e-mail from clicking on the ticket creator's e-amil address (shown in the ticket), but when the ticket is submitted nothing happens. When do I need to start my debug process... i.e. is the e-mail generated from the script looking for something to be processed at the server? like a mail client to submit the mail, or does it need a mail forwarder?
Just curious. Since I have no idea where to start debugging this issue.
Thanks,
Just curious. Since I have no idea where to start debugging this issue.
Thanks,
Tex Man
That is a simple mailto: link in HTML and you are sending it with your e-mail client.texmansru47 wrote:I can send and e-mail from clicking on the ticket creator's e-amil address (shown in the ticket)
You have problems with PHP mail() function, my guess is something is not configured properly (). I can't help you with that as I am not a server guy and especially have very little experience configuring Windows servers, try searching Google or ask at other tech forums why your PHP mail() function wouldn't work (don't forget to post what your server specs are).
Regards
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