|
|||||||
| General Discussion and support for your general issues associated with web design. |
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Mailing list problem
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
__________________
www.imaginando.net |
|
#2
|
||||
|
||||
|
try looking here.
http://www.wordbiz.com/avoidspamfilters.html
__________________
Welsh |
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|