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 am trying to implement Hesk along with the PEAR mail function. I need to use SMTP authentication our server, and need to rewrite the email bits of Hesk to work with it. I really don't know how to do this (sorry). Does anyone know how to do this? Or has anyone done it before? The server is setup and installed with PEAR and the mail package. I just don't know how to re-write the hesk code to use it.
Thanks in advance.
Hesk and PEAR (mail)
Moderator: mkoch227
I'm not sure you need that as long as you can get the PHP built-in function mail() to work, check with your host to do that.
I'm afraid any code rewriting of this scale is out of the scope of my support.
I'm afraid any code rewriting of this scale is out of the scope of my support.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
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


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
Klemen - from what I understand the php function can't handle SMTP auth - do you know if this is true? The mail server requires it and I will have to figure out some way to satisfy the auth requirement. Thanks!Klemen wrote:I'm not sure you need that as long as you can get the PHP built-in function mail() to work, check with your host to do that.
I'm afraid any code rewriting of this scale is out of the scope of my support.