Page 1 of 1
email????
Posted: Thu Mar 30, 2006 1:49 pm
by alienati
Write your message below:
hello, I have installed the program and all work correclty(I use a normal client in my network such a Server), but this cleint is a normal win XP with Apache server and the Hesk program don't generate the mail(isn't a web server...I think...sorry I am a novice of PHP....).
What can I do?
Posted: Wed Aug 02, 2006 11:58 pm
by cbromley
You will have to enable an SMTP server on your network somewhere if you don't already have one.
Then, in the php.ini, you need to find the [mail function] section, and fill in the details for the Win32 sections.
Posted: Thu Aug 03, 2006 12:44 pm
by Klemen
True, Hesk uses the standard mail() php function so if sending e-mails doesn't work you don't have that configured properly.
Posted: Thu Aug 03, 2006 7:01 pm
by Indigo64
...and if it is configured correctly in my case, and nothing is being sent/received?
Posted: Thu Aug 03, 2006 7:26 pm
by Klemen
If it's not being sent then Hesk mail() function is not configured properly or your server has some other restrictions regarding sending mails from PHP scripts.
Posted: Wed Sep 27, 2006 4:39 pm
by Storecart Web Services
Indigo64 wrote:...and if it is configured correctly in my case, and nothing is being sent/received?
I have the same issue, seems to be more than just people not setting up correctly. Everything had been working ok, all of a sudden..... NOTHING
Posted: Thu Sep 28, 2006 6:30 pm
by anwoke8204
what smtp server software are you using>
Posted: Fri Oct 06, 2006 8:13 pm
by Klemen
Ask your hosting company if they set any restrictions to send e-mails from scripts. It is possible to block sending e-mails from PHP scripts (by hosting company) to third party (not local) domains or block sending all together.
And I can't stress enough that the problem is with PHP setup and NOT with Hesk.