kknorpp001
Technical User
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!
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!