Hesk not sending emails

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
TimPSNC
Posts: 41
Joined: Tue Jan 08, 2013 12:33 pm

Hesk not sending emails

Post 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
Klemen
Site Admin
Posts: 10147
Joined: Fri Feb 11, 2005 4:04 pm

Re: Hesk not sending emails

Post 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?
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
TimPSNC
Posts: 41
Joined: Tue Jan 08, 2013 12:33 pm

Re: Hesk not sending emails

Post by TimPSNC »

I'm sending emails through phpmail()- could it have blocked it through this?
Klemen
Site Admin
Posts: 10147
Joined: Fri Feb 11, 2005 4:04 pm

Re: Hesk not sending emails

Post 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.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
TimPSNC
Posts: 41
Joined: Tue Jan 08, 2013 12:33 pm

Re: Hesk not sending emails

Post by TimPSNC »

Thanks, my host blocked it so having to go through SMTP for now

Tim
Post Reply