sending mail to Kerio MS

sending mail to Kerio MS

am 17.01.2008 04:04:06 von Brandon Owensby

Hi, I hope someone can help,
I'm trying to get mail out from a form to a php page using the mail()
function. Nothing happens. The server is W2003 and the mail application is
Kerio Mailserver, not sure which version (I don't have full access to the
server)
The code is making teh call is OK, because as a workaround the page was
placed on another ISP's server. I'v eplayed around with the php.ini file
settings and no luck. Is there a Kerio setting or something else that could
be changed to get those mails moving?

Thanks for the help,
David.

Re: sending mail to Kerio MS

am 17.01.2008 05:28:37 von Jerry Stuckle

Dave wrote:
> Hi, I hope someone can help,
> I'm trying to get mail out from a form to a php page using the mail()
> function. Nothing happens. The server is W2003 and the mail application is
> Kerio Mailserver, not sure which version (I don't have full access to the
> server)
> The code is making teh call is OK, because as a workaround the page was
> placed on another ISP's server. I'v eplayed around with the php.ini file
> settings and no luck. Is there a Kerio setting or something else that could
> be changed to get those mails moving?
>
> Thanks for the help,
> David.
>
>
>

Try asking about Kerio in a Kerio support group.

From the php end, your mail server needs to accept the email from PHP.
I don't know abut Kerio specifically, but other mail servers need to
be properly configured to do so.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: sending mail to Kerio MS

am 17.01.2008 06:41:46 von Manuel Lemos

Hello,

on 01/17/2008 01:04 AM Dave said the following:
> Hi, I hope someone can help,
> I'm trying to get mail out from a form to a php page using the mail()
> function. Nothing happens. The server is W2003 and the mail application is
> Kerio Mailserver, not sure which version (I don't have full access to the
> server)
> The code is making teh call is OK, because as a workaround the page was
> placed on another ISP's server. I'v eplayed around with the php.ini file
> settings and no luck. Is there a Kerio setting or something else that could
> be changed to get those mails moving?

Maybe that SMTP server requires authentication. PHP mail() function does
not support authentication.

If that is the case, you may want to try the MIME message package that
comes with a replacement for the mail() function named smtp_mail() which
supports authentication. Take a look at the test_smtp_mail.php

http://www.phpclasses.org/mimemessage

You also need these other classes together:

http://www.phpclasses.org/smtpclass

http://www.phpclasses.org/sasl


--

Regards,
Manuel Lemos

PHP professionals looking for PHP jobs
http://www.phpclasses.org/professionals/

PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/