RE: [PHP] defending PHP mail function

2001-10-31 Thread Jason G.
/SMTP problem. > > > >Matthew Luchak >Webmaster >Kaydara Inc. >[EMAIL PROTECTED] > > >-Original Message- >From: Kurt Lieber [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, October 31, 2001 11:57 AM >To: PHP General List >Subject: Re: [PHP] def

Re: [PHP] defending PHP mail function

2001-10-31 Thread Jason Brooke
> Really? No good at all, huh? I would think that would answer the question > right there if it was an SMTP problem or a problem that lies elsewhere. If > you take SMTP out of the equation, and the problem still occurs, then you > know that's not the issue. If the problem does go away, then you

Re: [PHP] defending PHP mail function

2001-10-31 Thread Kurt Lieber
On Wednesday 31 October 2001 09:08 am, you wrote: > It doesn't do much good to test on a nix box because what I'm looking > for is a solution to a PHP/SMTP problem. Really? No good at all, huh? I would think that would answer the question right there if it was an SMTP problem or a problem that

RE: [PHP] defending PHP mail function

2001-10-31 Thread Matthew Luchak
on a nix box because what I'm looking for is a solution to a PHP/SMTP problem. Matthew Luchak Webmaster Kaydara Inc. [EMAIL PROTECTED] -Original Message- From: Kurt Lieber [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 31, 2001 11:57 AM To: PHP

Re: [PHP] defending PHP mail function

2001-10-31 Thread Kurt Lieber
On Wednesday 31 October 2001 08:40 am, you wrote: > for now it's PHP that's in question AFAIK, this is the first I've ever heard of probelms with mail() not sending to perfectly valid email addresses. Scalability issues and other performance problems, sure, but that's a different animal. Gi

RE: [PHP] defending PHP mail function

2001-10-31 Thread Matthew Luchak
>Well hey, if mail() won't send to those addresses, what's wrong with us >testing them? :-) ;) >Can you send to those addresses from a regular email client? If so, can you >do it from the command line with your MTA? Of course I am talking about valid addresses, in fact there is at least one

RE: [PHP] defending PHP mail function

2001-10-31 Thread Jon Haworth
--Original Message- From: Matthew Luchak [mailto:[EMAIL PROTECTED]] Sent: 31 October 2001 16:17 To: Php-General (E-mail) Subject: RE: [PHP] defending PHP mail function The addresses I know about are clients that are already a little peeved with me so I can't send them out for testing but

Re: [PHP] defending PHP mail function

2001-10-31 Thread Kurt Lieber
On Wednesday 31 October 2001 08:16 am, you wrote: > The addresses I know about are clients that are already a little peeved > with me so I can't send them out for testing but I have found at least 4 > addresses that will "not work" (no error message, just dead air) with > Mail(). It is something

RE: [PHP] defending PHP mail function

2001-10-31 Thread Matthew Luchak
_ Matthew Luchak Webmaster Kaydara Inc. [EMAIL PROTECTED] -Original Message- From: Jason Brooke [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 31, 2001 11:10 AM To: Matthew Luchak; Php-General (E-mail) Subject: Re: [PHP] defending PHP mail function Whic

RE: [PHP] defending PHP mail function

2001-10-31 Thread Jon Haworth
I'd be interested to see an example of an address that will "not work" Which MTA are you using? On which OS? More info! (obPeeve): Please don't post in HTML. Cheers Jon -Original Message- From: Matthew Luchak [mailto:[EMAIL PROTECTED]] Sent: 31 October 2001 16:04 To: Php-General

Re: [PHP] defending PHP mail function

2001-10-31 Thread ReDucTor
rsday, November 01, 2001 2:09 AM Subject: RE: [PHP] defending PHP mail function > WIN 2000 > > > > > Blankwhat os was it?!?!? > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mai

RE: [PHP] defending PHP mail function

2001-10-31 Thread Nathan Cassano
My favorite email libraries are .. SMTP class http://www.phpguru.org/download.php?script_id=10 And working in conjunction with SMTP class .. HTML Email Class http://www.phpguru.org/download.php?script_id=4 -Original Message- From: Matthew Luchak [mailto:[EMAIL PROTECTED]] Sent: Wedn

Re: [PHP] defending PHP mail function

2001-10-31 Thread Jason Brooke
Which addresses won't work? - Original Message - From: "Matthew Luchak" <[EMAIL PROTECTED]> To: "Php-General (E-mail)" <[EMAIL PROTECTED]> Sent: Thursday, November 01, 2001 2:04 AM Subject: [PHP] defending PHP mail function Recently I have had to defend the use of PHP in light of a n

RE: [PHP] defending PHP mail function

2001-10-31 Thread Matthew Luchak
WIN 2000 Blankwhat os was it?!?!? -- PHP General 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] defending PHP mail function

2001-10-31 Thread ReDucTor
Blankwhat os was it?!?!? - Original Message - From: Matthew Luchak To: Php-General (E-mail) Sent: Thursday, November 01, 2001 2:04 AM Subject: [PHP] defending PHP mail function Recently I have had to defend the use of PHP in light of a number of screw-ups with the mail function in 4.0+.