This topic is locked

How to pass SIDF test.

12/9/2008 2:56:52 PM
PHPRunner General questions
L
Lorenbond author

QUESTION: How do I pass SIDF test?
The following is code that I use for reply email.
The code works great except that Hotmail reports the email as possibly unsafe because it does not pass the Sender ID Framework test.
Is there header information that I'm neglecting to send?
$from=$_SESSION["SendersEmail"];

$email=$_SESSION["RecipEmail"];

$subject="[MyAirParts.com] {$_SESSION["Subject"]}, Item#: {$_SESSION["ItemID"]}";
$message = wordwrap($values["Message"],70);
$headers = "From: <".$from.">";// . "\r\n";

mail($email, $subject, $message, $headers);

L
Lorenbond author 12/9/2008

I answered this one on my own.

It is not a PHPrunner or PHP programming issue.
However, following this link will resolve the issue:

http://www.microsoft.com/mscorp/safety/con...enderid/wizard/