no admin info mail

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
12webmaster
Posts: 1
Joined: Wed Jun 03, 2009 7:54 pm

no admin info mail

Post by 12webmaster »

hi everybody,

i do not receive the admin info mails.

the costumer mails work fine.

do you have an idea?

i have the latest version of the script.

i check the funktion with

Code: Select all

<?php
mail('mymail@bla.com','Test','Test');
echo "Mail sent!";
?>
and it works

best regards matthias
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Customer e-mails use the exact same code as admin/staff e-mail so if customer notifications work admin should also. The only thing I can think of is that your SPAM filter is blocking them?
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
jorn-h
Posts: 1
Joined: Mon Jul 13, 2009 9:35 am

Same problem !

Post by jorn-h »

Not to hijack the thread but i have the same problem.

When a costumer make a ticket , they recive the auto replay from hesk.
But its no e-mail that give admin or staff notice that a new ticket have been submited.

To see that its not my email that get blocket i have also try to make a ticket using my e-mail adress , then i recive the auto e-mail from hesk with ticket id. Everything ok. If staff write answer i also recive it as costomer.

But as staff i dont recive anything on the same e-mail adress.
In profile its marked for give notice. Strange.

Im running HESK (with licens) on a windows wamp server.
Everything else looks like it working well.

Thanks for a great product. Hope that someone can point me in the right direction to make notice to staff and admin work.

With regards,
Jorn
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

It must be something server-side or e-mail client side blocking the e-mails. But I am afraid I can't be of any help here as I have no idea what it could be.
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
Post Reply