Page 1 of 1

Hesk not sending emails

Posted: Wed Aug 28, 2013 2:48 pm
by TimPSNC
Script URL:
Version of script: 2.5.2
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:
Over the weekend my Hesk received about 450 SPAM emails, about a week after I disabled the spam check. I've reenabled it (and learnt from the experience), however now Hesk isn't sending emails out. Users don't get the autoresponder when they submit a ticket, and admins don't receive any notification of tickets being assigned. I haven't changed any other settings apart from this- any idea what it could be?

Thanks

Tim

Re: Hesk not sending emails

Posted: Thu Aug 29, 2013 9:51 am
by Klemen
Since nothing changed in the code the email must be blocked somewhere. Perhaps by sending 450 spam emails your IP was (temporarily) blocked or blacklisted?

Re: Hesk not sending emails

Posted: Thu Aug 29, 2013 9:57 am
by TimPSNC
I'm sending emails through phpmail()- could it have blocked it through this?

Re: Hesk not sending emails

Posted: Thu Aug 29, 2013 10:07 am
by Klemen
No idea how your server is setup so can't really say (perhaps your server has weekly/monthly email sending limits, or your host has disabled php mail for you?).

You may want to try using SMTP server instead and see if that works.

Re: Hesk not sending emails

Posted: Thu Aug 29, 2013 1:50 pm
by TimPSNC
Thanks, my host blocked it so having to go through SMTP for now

Tim