Date: 02/10/03
- Next message: Atif Jakupovic: "[PHP-INST] How can I protect my images from being stolen?"
- Previous message: Matt Schroebel: "RE: [PHP-INST] Help running phpMyAdmin with php 4"
- Next in thread: Vladimir Galkov: "[PHP-INST] Re: Problems with mail()"
- Reply: Vladimir Galkov: "[PHP-INST] Re: Problems with mail()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
I'm new to php. I have downloaded and installed PHP 4.3.0 on a Windows
NT 4.0 server. I have tested the configuration and changed the
parameters in php.ini to fit my environment.
The basic code works fine, but one of the things I'd like to do is to
send mails. I have found the sample code and tested the following :
mail("juanan.martinez <email protected>", "test", "This is a test!","From:
juanan.martinez <email protected>")
But when I run this code, I get the following error:
Warning: mail() [function.mail]: "sendmail_from" not set in php.ini or
custom "From:" header missing in d:\www\mail.php on line 9
In fact, the sendmail_from is configured in the php.ini file (in the
windows directory), and also forced in the line above (I have tried also
without the "From:..." but it does neither work) . The smtp server is
in a remote machine, and in fact, no connection is made from the php
script (I have looked through the logs and there has been no attempt to
connect)
Does anyone know where is the problem? Any suggestions will be welcomed.
Thanks in advance,
Juanan
-- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Atif Jakupovic: "[PHP-INST] How can I protect my images from being stolen?"
- Previous message: Matt Schroebel: "RE: [PHP-INST] Help running phpMyAdmin with php 4"
- Next in thread: Vladimir Galkov: "[PHP-INST] Re: Problems with mail()"
- Reply: Vladimir Galkov: "[PHP-INST] Re: Problems with mail()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

