--- Sam Smith <[EMAIL PROTECTED]> wrote:

> > have you tried sending the same message, via the same path (i.e.,
> > smtp server), but not generated via php, to this recipient?  by
> > "same" that includes the same rfc821 "from"/return-path.
> 
> I logged on to the web server where php is running and did telnet
> localhost
> 25
> hello ...
> 
> The mail was reported to have not been received.
> 
> > 
> > do make certain that your correspondent doesn't have some funky
> spam
> > filtering of their own.
> 
> Excellent idea.
> 
> > 
> > the bottom line, however, is that this isn't a php issue. you're
> > successfully getting the message, so your script is working fine.
> 
> Yes, thanks.

I  believe the problem is that Verizon checks the MAIL FROM address
during the SMTP session against the domain portion of the From
header. If they don't match, the mail is rejected (or dropped). This
was an issue for a webboard I use...

> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 


=====
Mark Weinstock
[EMAIL PROTECTED]
***************************************
You can't demand something as a "right" unless you are willing to fight to death to 
defend everyone else's right to the same thing.
***************************************


                
_______________________________
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to