Authentication Mail

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
laser
Posts: 2
Joined: Fri Jan 26, 2007 7:04 am

Authentication Mail

Post by laser »

Script URL:
Version of script:
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:

I Installed the helpdeskscript and it is realy ok. But my mailserver needs Authentication. I can't see where I have to do this in this script. Is it possible to do? How?
Klemen
Site Admin
Posts: 10141
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

All you need to do is get the PHP mail() function working, once you do that Hesk should send out mail without problems. See PHP manual for help with getting mail() function working, I can't help you with that.
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
laser
Posts: 2
Joined: Fri Jan 26, 2007 7:04 am

mail()

Post by laser »

Where can I find mail()?
Normaly I send mail with php but my mailserver needs Authentiaction for useing send mail.
Klemen
Site Admin
Posts: 10141
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

http://php.net/mail
You will probably need to talk to your host to get this working.

How do you usually send mail from PHP? As long as the mail() command works there shouldn't be any problems.

By the way - have you actually tried if the script sends mail or not?
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