How to delete the "unsubscribe Link" in email?

Discussion in 'Troubleshooting' started by MikeRob, Jan 13, 2006.

  1. MikeRob

    MikeRob New Member

    Joined:
    Dec 31, 2005
    Messages:
    15
    When I send out mass emails to my members I always have a few that email me back saying that they have accidentally hit the unsubscribe link.

    Is there a way for my programmer to delete that from all messages that go out from now?

    Thanks!

    Mike
  2. jbrowdy

    jbrowdy New Member

    Joined:
    Apr 17, 2006
    Messages:
    65
    I'd like to know this too. Anyone?
  3. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    Mike,
    do you want to be in spam-senders list? If you do not want, I don't recommedn to delete unsubscribe link!
    If you want to do that anyway, edit file templates/unsubscribe_link.inc.html and replace all its content to several spaces.
  4. jbrowdy

    jbrowdy New Member

    Joined:
    Apr 17, 2006
    Messages:
    65
    Good Point

    Good advice. I deleted the lines- probably should have saved them in a separate file so I could add them back (tried to comment out, but couldn't). Can you please post the code that generates the unsubscribe message?

    Also, is there a way to check to see who has unsubscribed?
  5. jbrowdy

    jbrowdy New Member

    Joined:
    Apr 17, 2006
    Messages:
    65
    Code?

    Alex, or anyone- can you post that code so I can put it back in my script? I erased it without storing it somewhere! Thanks :)
  6. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    PHP:
    {if $is_html}
    <
    br>
    <
    font color=gray>To unsubscribe from our periodic e-mail messagesplease click
    the following 
    <a href="{$link}">link</a>.</font>
    <
    br>
    {else}{* 
    Text message *}


    -------------------------------------------------------------------
    To unsubscribe from our periodic e-mail messagesplease click
    the following link
    :
      {
    $link}

    -------------------------------------------------------------------

    {/if}
  7. jumble

    jumble New Member

    Joined:
    Jan 24, 2006
    Messages:
    4
    "accidentally hit the unsubscribe link"

    Bullshit, I have newer known someone who 'accidentally' hit the small link in the bottum of a email, that clearly discribes what happens when it's hit.
    Maybe if you have a costumer list of +200K that can happen.

    I would guess that your mentality towards your customer, will destroy your change to be big in Biz.

    I myself, are doing biz in the adult entertainment industry, and I am only doing good because I treat my customer with respect and give them what they expect.
  8. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    It is all correct, but we've added additional unsubscibe confirmation. User must click "Yes/No" after clicking the link.

Share This Page