Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Please help, e-mail getting clipped by Yahoo as spam

Status
Not open for further replies.

kknorpp001

Technical User
Dec 22, 2003
13
US
Please help. After hours of trying numerous combinations and combing several resources, still can't crack this one and it's ridiculous.

I am using the mail() command and Yahoo! is blocking it as spam. Here is the code that I believe has gotten me the closest:

ini_set(sendmail_from, "me@domain.com");
mail($email_address, $subject, $message);
ini_restore(sendmail_from);

Here is the header that I am getting at the Yahoo e-mail:

X-Apparently-To: recipient@yahoo.com via 216.136.174.83; Sun, 25 Jan 2004 12:44:09 -0800
X-YahooFilteredBulk: 199.231.130.48
Return-Path: <me@domain.com>
Received: from 199.231.130.48 (EHLO web71.expresstech.net) (199.231.130.48) by mta234.mail.scd.yahoo.com with SMTP; Sun, 25 Jan 2004 12:44:08 -0800
Received: from web71 ([127.0.0.1]) by web71.expresstech.net with Microsoft SMTPSVC(5.0.2195.5329); Sun, 25 Jan 2004 15:44:07 -0500
Date: Sun, 25 Jan 2004 15:44:07 -0500
From: me@domain.com Add to Address Book
Subject: Your Password at Domain!
To: recipient@yahoo.com
Return-Path: me@domain.com
Message-ID: <WEB71wYm7ITOZumKXd90001f61a@web71.expresstech.net>
X-OriginalArrivalTime: 25 Jan 2004 20:44:07.0933 (UTC) FILETIME=[FA7EA2D0:01C3E383]
Content-Length: 213

Help, please!
 
Altho this isn't a php problem, I would guess its because it is from me@domiain.com
Unless u've edited that for this forum. There could be a number of reasons y Yahoo is treating it as spam.
Im afraid this is a problem with yahoo, not php
 
Yes, I edited for this forum. Hmmm... Looks like I'll have to go to Yahoo... Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top