Re: [PHP-WIN] Configuring and send mails in winxp??

2007-05-30 Thread Alejandro G.
u are using a Windows version of PHP, the mail facility is pre-compiled. All you need to do is set the PHP.INI directives below. [mail function] ; For Win32 only. SMTP = [EMAIL PROTECTED] smtp_port = 25 ; For Win32 only. sendmail_from = [EMAIL PROTECTED] Regards, Neil -Original Message---

[PHP-WIN] Configuring and send mails in winxp??

2007-05-29 Thread Alejandro G.
Hi Everybody! I need to configure the mail option in PHP because I want to use the function mail( ) with the smtp of my ISP. My machine is the server of an Intranet and the mail had to go to the Internet. This server is using Apache 2.x How can I configure php to do that?? I read the documentati