|
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Hi, I hope someone can ,
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 , David. |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
Dave wrote:
> Hi, I hope someone can , > 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 , > 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 ================== |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
Hello,
on 01/17/2008 01:04 AM Dave said the following: > Hi, I hope someone can , > 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/ |
|
![]() |
| Outils de la discussion | |
|
|