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---
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