This is a discussion on PHP mail function with exchange 2003 within the alt.comp.lang.php forums, part of the PHP Programming Forums category; Hello, I'm running PHP under IIS 5.0 on a win2000 server. I'm also running an Exchange 2003 ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello,
I'm running PHP under IIS 5.0 on a win2000 server. I'm also running an Exchange 2003 server for my mail in my domain. The thing is that I want to send email from the php nuke site I'm running on the IIS server. I know that you should change the setting of [mail function] in the php.ini to your smtp server. I've entered the name of the SMTP server. Furthermore I've set the sendmail_from = option in php.ini. When I want to send a email from the site to a user the mail doesn't arrive at the user and I don't see any errors on the site. Can someone tell me what to do. Thanks in advance. Remco |
|
|||
|
Fishboat <fishboat73athotmail..com> wrote in
news:Xns947F73D6E65EDfishboat73hotmailcom@194.109. 133.20: > Hello, > > I'm running PHP under IIS 5.0 on a win2000 server. > I'm also running an Exchange 2003 server for my mail in my domain. > The thing is that I want to send email from the php nuke site I'm > running on the IIS server. I know that you should change the setting of > [mail function] in the php.ini to your smtp server. I've entered the > name of the SMTP server. Furthermore I've set the > sendmail_from = > option in php.ini. > When I want to send a email from the site to a user the mail doesn't > arrive at the user and I don't see any errors on the site. > > Can someone tell me what to do. > > Thanks in advance. > > Remco > Never mind. It's been fixed. The PHP.ini was in the wrong folder Remco |