Page 1 of 1

Authentication Mail

Posted: Fri Jan 26, 2007 7:11 am
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?

Posted: Fri Jan 26, 2007 7:31 pm
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.

mail()

Posted: Sun Jan 28, 2007 10:42 am
by laser
Where can I find mail()?
Normaly I send mail with php but my mailserver needs Authentiaction for useing send mail.

Posted: Sun Jan 28, 2007 12:10 pm
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?