Email notifications

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
ruffmeister
Posts: 48
Joined: Wed Jun 16, 2010 2:52 pm

Email notifications

Post by ruffmeister »

All of a sudden email notifications on new tickets submitted to the creator and the admin have stopped. any way of checking Hesk as its not a spam issue.
Klemen
Site Admin
Posts: 10147
Joined: Fri Feb 11, 2005 4:04 pm

Re: Email notifications

Post by Klemen »

Nothing in the code changed so the problem is somewhere else, probably due to changes on the server?
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
panjang8883
Posts: 2
Joined: Mon Dec 08, 2014 8:52 am

Re: Email notifications

Post by panjang8883 »

Hi

I have a problem like this, from the index.php form, my customer need to fill up the email into the email section. But it don't works to domain like gmail or yahoo but it will work to domain other than gmail or yahoo example like my company domain
Klemen
Site Admin
Posts: 10147
Joined: Fri Feb 11, 2005 4:04 pm

Re: Email notifications

Post by Klemen »

Some hosting companies do not allow sending emails through PHP (running under system user "nobody") to third party domains (domain not hosted on the server).

If emails do arrive to your domain but not to others this is usually the case.

I doubt the hosting company will change their policy for you, so you could try sending email using a real email address:
1. create new email account, for example "support@yourdomain.com"
2. in HESK settings > Email tab > set "Send emails using: " to "SMTP Server" and enter email account details
3. test connection to make sure it works
4. in HESK settings > General tab > From email set the same email address, for example "support@yourdomain.com"
5. save changes and test
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
panjang8883
Posts: 2
Joined: Mon Dec 08, 2014 8:52 am

Re: Email notifications

Post by panjang8883 »

I already try and it works. Thank you so much.
Post Reply