php4-beta | 199912
Date: 12/30/99
- Next message: Andreas Karajannis: "Re: [PHP4BETA] ADABAS-D / Linux?"
- Previous message: Mils: "[PHP4BETA] Mail function not working in PHP4 Beta"
- In reply to: Mils: "[PHP4BETA] Mail function not working in PHP4 Beta"
- Next in thread: Mils: "RE: [PHP4BETA] Mail function not working in PHP4 Beta"
- Reply: Mils: "RE: [PHP4BETA] Mail function not working in PHP4 Beta"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Mils,
I just got over the same issue.
Looks like with PHP4, you've got to specify the path to sendmail in the
php.ini file (even if it worked for php3 with the default unspecified
path).
I did it and it solved the problem for me.
Hope this helps
Eric
Mils wrote:
>
> I need help on this. If anyone has come across the problem
> below please enlighten me.
>
> I transferred a script which was written in PHP3 using the
> mail function to a PHP4 platform.
>
> the function
>
> mail($toemail,$subject,$body,$headers)
>
> works brilliantly on the PHP3 platform. However, it does not
> work on the PHP4 platform.
>
> Has the format of the mail function changed??? Where am I going
> wrong???
>
> Thanks
>
> Milimo
>
> --
> PHP 4.0 Beta Mailing List <http://www.php.net/version4/>
> To unsubscribe, e-mail: php4beta-unsubscribe <email protected>
> For additional commands, e-mail: php4beta-help <email protected>
> To contact the list administrators, e-mail: php4beta-admin <email protected>
-- ------------------------------------------------------------------------ Eric van der Vlist Dyomedeahttp://www.dyomedea.com http://www.ducotede.com ------------------------------------------------------------------------
-- PHP 4.0 Beta Mailing List <http://www.php.net/version4/> To unsubscribe, e-mail: php4beta-unsubscribe <email protected> For additional commands, e-mail: php4beta-help <email protected> To contact the list administrators, e-mail: php4beta-admin <email protected>
- Next message: Andreas Karajannis: "Re: [PHP4BETA] ADABAS-D / Linux?"
- Previous message: Mils: "[PHP4BETA] Mail function not working in PHP4 Beta"
- In reply to: Mils: "[PHP4BETA] Mail function not working in PHP4 Beta"
- Next in thread: Mils: "RE: [PHP4BETA] Mail function not working in PHP4 Beta"
- Reply: Mils: "RE: [PHP4BETA] Mail function not working in PHP4 Beta"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

