Support request confirmations to non-domain email addys

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
kt09
Posts: 4
Joined: Mon Dec 21, 2009 5:29 pm

Support request confirmations to non-domain email addys

Post by kt09 »

Script URL: www.koolertek.com/support
Version of script:
Hosting company:
URL of phpinfo.php: http://www.koolertek.com/phpinfo.php
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:

We're still having a problem getting support request confirmations sent to any address that isn't an @koolertek.com email address. Our programmer isn't a PHP guru, so he suggested that I inquire here with the phpinfo.php information and see if someone knew off the top of their head what to try.
I'd really like to get this up and running so I can go ahead and purchase a license...40 bucks for something like this is quite a bargain.

Thanks in advance for any help/ideas.
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

We're still having a problem getting support request confirmations sent to any address that isn't an @koolertek.com email address.


This indicates it's a server config issue - your server doesn't allow sending mail from PHP scripts to third party domains (domains not hosted on your server).

If you have Cpanel/WHM login into WHM admin and under "Server Configuration" > "Tweak Settings" uncheck "Prevent the user "nobody" from sending out mail to remote addresses".

If you don't have WHM/CPanel you will need to contact your host and ask them to allow sending mail from PHP (user nobody) to remote addresses.


But it's 100% a server-side issue and not something we can help with.
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
kt09
Posts: 4
Joined: Mon Dec 21, 2009 5:29 pm

Post by kt09 »

Fixed, thanks.
Petert
Posts: 26
Joined: Sun Jan 10, 2010 10:10 pm

Post by Petert »

kt09 wrote:Fixed, thanks.
How did you fix it? Please enlighten us with your gained knowledge.
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

The solution is in my reply.
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