www.webdeveloper.com
Recent Articles
  • Finding Slow Running Queries in ASE 15
  • A More Advanced Pie Chart for Analysis Services Data
  • Adobe AIR Programming Unleashed: Working with Windows
  • Performance Testing SQL Server 2008's Change Data Capture Functionality
  • The ABC's of PHP: Introduction to PHP
  • How to Migrate from BasicFiles to SecureFiles Storage
  • Why the Twitter Haters Are Wrong
  • User Personalization with PHP: Beginning the Application
  • Whats in an Oracle Schema?
  • Lighting Enhancement in Photoshop
  •  

    Go Back   WebDeveloper.com > Client-Side Development > General

    General Discussion and support for your general issues associated with web design.

    Reply
     
    Thread Tools Search this Thread Rate Thread Display Modes
      #1  
    Old 01-15-2006, 09:37 AM
    lpx lpx is offline
    Registered User
     
    Join Date: Nov 2004
    Posts: 3
    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
    Reply With Quote
      #2  
    Old 01-15-2006, 10:44 AM
    welsh's Avatar
    welsh welsh is offline
    Canadian
     
    Join Date: Oct 2005
    Posts: 797
    try looking here.
    http://www.wordbiz.com/avoidspamfilters.html
    __________________
    Welsh
    Reply With Quote
    Reply

    Bookmarks


    Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
     
    Thread Tools Search this Thread
    Search this Thread:

    Advanced Search
    Display Modes Rate This Thread
    Rate This Thread:

    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is Off
    HTML code is Off
    Forum Jump


    All times are GMT -5. The time now is 07:59 PM.



    Acceptable Use Policy

    internet.comMediabistrojusttechjobs.comGraphics.com

    WebMediaBrands Corporate Info


    Advertise | Newsletters | Feedback | Submit News

    Legal Notices | Licensing | Permissions | Privacy Policy

    Powered by vBulletin® Version 3.7.3
    Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.