|
Posted by Manuel Lemos on 10/25/06 12:00
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/
Navigation:
[Reply to this message]
|