Re: [PHP] mail() function not sending to Yahoo address

2002-02-04 Thread Jason G.
Just a note... Make sure your server's IP address is not black holed by some spam list... -Jason Garber IonZoft.com At 08:22 AM 2/4/2002 +0100, TV Karthick Kumar wrote: > Hi, > > I use a form on my website for the visitors to send me the feedback and >use the mail() to do this job for me.

Re: [PHP] mail() function not sending to Yahoo address

2002-02-03 Thread TV Karthick Kumar
Hi, I use a form on my website for the visitors to send me the feedback and use the mail() to do this job for me. And I get mails without any problems I am happy... :-).. Karthick > I've tried several PHP form processors, and all of > them have trouble sending the form contents to a Y

Re: [PHP] mail() function not sending to Yahoo address

2002-02-03 Thread John P. Donaldson
I found out it was my SMTP server that was actually having the problem sending to Yahoo accounts, not PHP. I changed which server my PHP script used to send mail and it sent it to my Yahoo account no problem. John --- Alex Shi <[EMAIL PROTECTED]> wrote: > Hi, > > > Monday, February 04, 2002,

Re: [PHP] mail() function not sending to Yahoo address

2002-02-03 Thread Alex Shi
Hi, > Monday, February 04, 2002, 12:17:27 AM, recebi de John P. Donaldson: > > John> I've tried several PHP form processors, and all of > John> them have trouble sending the form contents to a Yahoo > John> address. When I change the address to something other > John> than a Yahoo account, it s

Re: [PHP] mail() function not sending to Yahoo address

2002-02-03 Thread Ricardo J . Veludo
Monday, February 04, 2002, 12:17:27 AM, recebi de John P. Donaldson: John> I've tried several PHP form processors, and all of John> them have trouble sending the form contents to a Yahoo John> address. When I change the address to something other John> than a Yahoo account, it sends the form res

[PHP] mail() function not sending to Yahoo address

2002-02-03 Thread John P. Donaldson
I've tried several PHP form processors, and all of them have trouble sending the form contents to a Yahoo address. When I change the address to something other than a Yahoo account, it sends the form results with no problem. Is there an issue with PHP's mail function and Yahoo email addresses?