Home Forums Newsletter Plugin Support Ubsubscribe link leads to homepage

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #17255
    Hankhill
    Participant

    I’m trying to add any one of the unsubscribe tags manually to my php files in html but when i click the links in the email, they lead to my home page and nothing happens.
    I couldn’t find any documentation on the subject, only to use echo for the calling the message in a php file so this is what i tried with the tags.

    ‘>Unsubscribe

    please inform me on the proper way to successfully add these tags in a php file. thank you.

    #17256
    Hankhill
    Participant

    sorry slipped my mind you can’t use links in forums, it looked like this without the anchor.

    <?php echo “$unsubscription_url”; ?>

    #17262
    Stefano
    Keymaster

    The unsubscription works only when started from the newsletters you sent, since the generated link depend on the receiver. $unsubscription_url does not exist in Newsletter code.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.