[PHP-DEV] Bug #14329: Mail() does not work

2001-12-03 Thread dr_jubi

From: [EMAIL PROTECTED]
Operating system: WindowsCE
PHP version:  4.1.0
PHP Bug Type: *Mail Related
Bug description:  Mail() does not work

ok when i run the mail script i get :
Warning: Failed to Connect in C:\Inetpub\docs\flatlinks\action.php on line
48

it says the error is in the Mail() line which is :
mail($to, $subject, $message, $headers);

i would realy apriechate any help,

here the script:
$to  = "$name1 <$mail1>";

$subject = "Hey, its $from";

$message = '


Hello



Hi


';

/* set the Content-type header to send html mail */
$headers  = "MIME-Version: 1.0\r\n";
$headers .= "Content-type: text/html; charset=iso-8859-1\r\n";

mail($to, $subject, $message, $headers);

-- 
Edit bug report at: http://bugs.php.net/?id=14329&edit=1


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] Bug #14329: Mail() does not work

2001-12-03 Thread Daniel Lorch

Hi,

First point: I couldn't figure out how to use your bug-system. Call me
stupid, but I just dont get how it works (i.e. I don't have a CVS
account and I thought that wouldn't be necessary for only this. Yes,
I'm tired :)).

Here my answer:

This error is raised when PHP fails to connect to the SMTP server.
Please check your php.ini for following directive:

[mail function]
SMTP = smtp.blabla.com ;for win32 only

check manually whether this server works. Have you installed a
firewall which prevents connecting to this server? Or is this
directive just missing/invalid?

For additional debbuging help please check out http://www.ethereal.com/
It will provide you with more in-depth information of the connection
process.

remember to restart apache after having changed php.ini. This is NOT a
bug in PHP.

Kind regards,
  Daniel Lorch

--- snip 

From: [EMAIL PROTECTED]
Operating system: WindowsCE
PHP version:  4.1.0
PHP Bug Type: *Mail Related
Bug description:  Mail() does not work

ok when i run the mail script i get :

Warning: Failed to Connect in C:\Inetpub\docs\flatlinks\action.php on line
48



it says the error is in the Mail() line which is :

mail($to, $subject, $message, $headers);



i would realy apriechate any help,



here the script:

$to  = "$name1 <$mail1>";



$subject = "Hey, its $from";



$message = '





Hello







Hi





';



/* set the Content-type header to send html mail */

$headers  = "MIME-Version: 1.0\r\n";

$headers .= "Content-type: text/html; charset=iso-8859-1\r\n";



mail($to, $subject, $message, $headers);


-- 
Edit bug report at: http://bugs.php.net/?id=14329&edit=1


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]



-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] first bug report for 4.1.0 (was [PHP-DEV] Bug #14329: Mail() does not work)

2001-12-03 Thread Hartmut Holzgraefe

[EMAIL PROTECTED] wrote:

> From: [EMAIL PROTECTED]
> Operating system: WindowsCE
> PHP version:  4.1.0
> PHP Bug Type: *Mail Related
> Bug description:  Mail() does not work

so here we are :(

i'd still prefere to have the upcomming release called 4.1.1

-- 
Hartmut Holzgraefe  [EMAIL PROTECTED]  http://www.six.de  +49-711-99091-77




-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] first bug report for 4.1.0 (was [PHP-DEV] Bug #14329:Mail() does not work)

2001-12-03 Thread Joao Prado Maia


On Mon, 3 Dec 2001, Hartmut Holzgraefe wrote:

> [EMAIL PROTECTED] wrote:
>
> > From: [EMAIL PROTECTED]
> > Operating system: WindowsCE
> > PHP version:  4.1.0
> > PHP Bug Type: *Mail Related
> > Bug description:  Mail() does not work
>
> so here we are :(
>
> i'd still prefere to have the upcomming release called 4.1.1
>

So do I. I get chills when I think on the support / bug emails telling me
that my project doesn't work on 4.1.0. I really don't want to keep
emailing them back asking if 4.1.0 was the  one or the new one?

Just imagine having to explain the confusion with the 4.1.0 release to
everyone... oh my ;)

My .2c, for whatever it's worth.
Joao

--
João Prado Maia <[EMAIL PROTECTED]>
http://phpbrasil.com - php com um jeitinho brasileiro
--
Precisando de consultoria em desenvolvimento para a Internet ?
Impleo.net - http://impleo.net/?lang=br


--
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] first bug report for 4.1.0 (was [PHP-DEV] Bug #14329:Mail() does not work)

2001-12-03 Thread derick

On Mon, 3 Dec 2001, Joao Prado Maia wrote:

> On Mon, 3 Dec 2001, Hartmut Holzgraefe wrote:
> > [EMAIL PROTECTED] wrote:
> >
> > i'd still prefere to have the upcomming release called 4.1.1
> >
>
> So do I. I get chills when I think on the support / bug emails telling me
> that my project doesn't work on 4.1.0. I really don't want to keep
> emailing them back asking if 4.1.0 was the  one or the new one?
>
> Just imagine having to explain the confusion with the 4.1.0 release to
> everyone... oh my ;)

The real 4.1.0 release will have zend version number 1.1.0a (while the
old, bogus one has 1.1.0 as Zend version number).

Derick


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] first bug report for 4.1.0 (was [PHP-DEV] Bug #14329:Mail() does not work)

2001-12-03 Thread James Moore



> > Just imagine having to explain the confusion with the 4.1.0 release to
> > everyone... oh my ;)
>
> The real 4.1.0 release will have zend version number 1.1.0a (while the
> old, bogus one has 1.1.0 as Zend version number).

Woth putting a note about this on the bug pages and php.net when we release
4.1.0??

- James



-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] first bug report for 4.1.0 (was [PHP-DEV] Bug #14329: Mail() does not work)

2001-12-03 Thread Brian Moon

The next one is going have to come out so soon it won't matter.  We all know
how far behind HEAD 4.1.0 is.

Brian.

- Original Message -
From: <[EMAIL PROTECTED]>
To: "Joao Prado Maia" <[EMAIL PROTECTED]>
Cc: "Hartmut Holzgraefe" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; "PHP
Developers Mailing List" <[EMAIL PROTECTED]>
Sent: Monday, December 03, 2001 3:16 PM
Subject: Re: [PHP-DEV] first bug report for 4.1.0 (was [PHP-DEV] Bug #14329:
Mail() does not work)


> On Mon, 3 Dec 2001, Joao Prado Maia wrote:
>
> > On Mon, 3 Dec 2001, Hartmut Holzgraefe wrote:
> > > [EMAIL PROTECTED] wrote:
> > >
> > > i'd still prefere to have the upcomming release called 4.1.1
> > >
> >
> > So do I. I get chills when I think on the support / bug emails telling
me
> > that my project doesn't work on 4.1.0. I really don't want to keep
> > emailing them back asking if 4.1.0 was the  one or the new
one?
> >
> > Just imagine having to explain the confusion with the 4.1.0 release to
> > everyone... oh my ;)
>
> The real 4.1.0 release will have zend version number 1.1.0a (while the
> old, bogus one has 1.1.0 as Zend version number).
>
> Derick
>
>
> --
> PHP Development Mailing List <http://www.php.net/>
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>
>


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] first bug report for 4.1.0 (was [PHP-DEV] Bug#14329:Mail() does not work)

2001-12-03 Thread Derick Rethans

On Mon, 3 Dec 2001, James Moore wrote:

> > The real 4.1.0 release will have zend version number 1.1.0a (while the
> > old, bogus one has 1.1.0 as Zend version number).
>
> Woth putting a note about this on the bug pages and php.net when we release
> 4.1.0??

Sounds like a good idea to me

Derick


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]