Thursday, July 30, 2009

How to send mail from window server using php ?

I have a hosting account at windows server (Windows NT build 2195 )


i try to send mail with php code but it is not working .


all help are accepted .

How to send mail from window server using php ?
OK first lets differentiate two things. There is an application server that runs the application I assume this is the windows server you are talking about? If it is does it even support PHP? Most windows servers do not support PHP Nativity. Usually Apache servers are used to run PHP code. PHP uses the Nativity built "mail" function to send emails. This function uses SMTP to send the email and has to be attached to a server mechanism that allows for the email to be sent.


See:


http://www.php.net/mail





Hope that helped some


No comments:

Post a Comment