Date: 02/10/03
- Next message: news: "[PHP-INST] I get a "File Download" dialogue box"
- Previous message: Atif Jakupovic: "[PHP-INST] How can I protect my images from being stolen?"
- In reply to: Juan Ant. Martínez: "[PHP-INST] Problems with mail()"
- Next in thread: Juan Ant. Marti'nez: "Re: [PHP-INST] Re: Problems with mail()"
- Reply: Juan Ant. Marti'nez: "Re: [PHP-INST] Re: Problems with mail()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I feel the qweston become offtopick soon ;-)))))))
1. Look into permissions of the user you set to run web service
2. Use simple <? print phpinfo(); ?> code to look at real values your php
enviroment varibles have.
3. Check
[mail function]
; For Win32 only.
SMTP = < smtp.somewhere.go >
; For Win32 only.
sendmail_from = < webmaster <email protected> >
4. Write code to send mail threw socets, then you'll see targeted server
ansver on every your request.
""juan ant. martínez"" <Juanan.Martinez <email protected>> ÓÏÏÂÝÉÌ/ÓÏÏÂÝÉÌÁ × ÎÏ×ÏÓÔÑÈ
ÓÌÅÄÕÀÝÅÅ: news:3E47BB91.10806 <email protected>
> 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: news: "[PHP-INST] I get a "File Download" dialogue box"
- Previous message: Atif Jakupovic: "[PHP-INST] How can I protect my images from being stolen?"
- In reply to: Juan Ant. Martínez: "[PHP-INST] Problems with mail()"
- Next in thread: Juan Ant. Marti'nez: "Re: [PHP-INST] Re: Problems with mail()"
- Reply: Juan Ant. Marti'nez: "Re: [PHP-INST] Re: Problems with mail()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

