Re: [PHP] Email - Php !

2002-06-13 Thread Chris Hewitt
If you can send mail to/from the server as an ordinary user, the the sendmail configuration is OK, but if this is a new linux installation (e.g. RH 7.2 or 7.3) then it might need updating. The firewall may also prevent smtp. HTH Chris Septic Flesh wrote: I use the following php.ini config.

[PHP] Email - Php !

2002-06-12 Thread Septic Flesh
I use the following php.ini config. Do I need to configure the sendmail seperatly to successfully send an email ? with Linux ? In my win32 os email works ok..but in the linux box nothing is sent.. ~~php.ini [mail function] ; For Win32 only.

Re: [PHP] Email - Php !

2002-06-12 Thread Miguel Cruz
On Wed, 12 Jun 2002, Septic Flesh wrote: I use the following php.ini config. Do I need to configure the sendmail seperatly to successfully send an email ? with Linux ? ; For Unix only. You may supply arguments as well (default: sendmail -t -i). sendmail_path =/usr/sbin/sendmail -t