Results 1 to 3 of 3

 

Thread: Installing an unsubscribe button

  1. #1
    Registered User

    Status
    Offline
    Join Date
    Jan 2007
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts


    Can anyone please help by telling me how I can install an unsubscribe button on my marketing emails?

    Thanks.

  2. #2
    Registered User

    Status
    Offline
    Join Date
    Jul 2004
    Location
    Surrey
    Posts
    983
    Thanks
    10
    Thanked 14 Times in 10 Posts
    An unsubscribe button is a link that carries some information about who the email was sent to. You then log that in a list in a file or a database.

    You then exclude that list from subsequent mailings

    You need to be able to make a link like:

    http://www.mysite.com/unsubscribe.ph...dy@hotmail.com


    the 'somebody@hotmail.com' can be created when you merge the email list with your message

    unsubscribe.php is the script that takes that email and adds it to a list.

    There's a bit about how to write to a basic text file here. All you need now is to get the value of 'email' and write that out.

    Clear as mud?

    The other way is to link to a form on your site, so no need to merge anything in the email. get the user to enter their email address and have that email removed or flagged as unmailable in your database.

    Your best bet is to use a commercial email service like Constant Contact or Aweber that will do it all for you.

    Good luck!

  3. #3
    Registered User

    Status
    Offline
    Join Date
    Feb 2006
    Location
    Gillingham
    Posts
    510
    Thanks
    0
    Thanked 4 Times in 1 Post
    I have an "optin" field in my email data base which is initially set to 0.

    When a customer clicks on the link in the optin email this field is set to 1
    Similarly when he clicks on the optout link it is reset to 0

    My email script simply selects members in the database where optin=1
    They came for my 404 and I said nothing



Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. POR Request Payment Button Busted
    By wwwb in forum Paid On Results
    Replies: 3
    Last Post: 13-01-07, 11:25 AM
  2. Change on radio button selection
    By Northern Monkey in forum Programming
    Replies: 0
    Last Post: 13-11-06, 01:15 PM
  3. Disable back button - well sort of
    By dawso77 in forum Programming
    Replies: 4
    Last Post: 03-06-06, 01:11 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
To Top

Content Relevant URLs by vBSEO 3.5.0 RC2