Click to See Complete Forum and Search --> : Mailing list problem


lpx
01-15-2006, 09:37 AM
Hi!

I created a built in mailing list management system for a website i'm making.

When some one subscribes to the mailing list a email is sent to confirm the new email insert.

My problem is that the email is being considered spam.

My email consists only in this:

$text = "Hi,<br><br>I'm managing ... mailing list. Please click the following link to confirm your email.<br><br>";
$text .= "<a href=\"http://www.site.net/confirm.php?address=";
$text .= $_GET['emailAddress'];
$text .= "\">http://www.site.net/confirm.php?address=";
$text .= $_GET['emailAddress'];
$text .= "</a>";
$text .= "<br><br>Thx.";

$altText = "Hi,\n\nI'm managing ... mailing list. Please click the following link to confirm your email.\n\n";
$altText .= "http://www.site.net/confirm.php?address=";
$altText .= $_GET['emailAddress'];
$altText .= "\n\nThx.";

Can someone give a tip on how to avoid spam detectors? Or which is the spam policy that is being applied to my message.

Many thx

welsh
01-15-2006, 10:44 AM
try looking here.
http://www.wordbiz.com/avoidspamfilters.html