Hesk and PEAR (mail)

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
whycantihaveaname
Posts: 3
Joined: Wed Nov 19, 2008 2:58 pm

Hesk and PEAR (mail)

Post by whycantihaveaname »

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.
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

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.
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
OliveMan
Posts: 5
Joined: Tue Jul 21, 2009 4:01 pm

Post by OliveMan »

whycantihaveaname,
Did you have any luck with this? I am about to implement PEAR for SMTP Auth with Hesk and am wondering if you got things going?
OliveMan
Posts: 5
Joined: Tue Jul 21, 2009 4:01 pm

Post by OliveMan »

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.
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!
Post Reply