Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Stefano Lissa

    (@satollo)

    That link is the one which shows the unsubscription notice message where the link to confirm the unsubscription should be added. See the unsubscription configuration panel.

    If you want a direct unsubscribe from the email, put on them the {unsubscription_confirm_url} tag.

    Thread Starter Uwe

    (@uwe-stegmann)

    Oh sorry, I didn’t checked the link in blank-template:

    <html>
        <head>
            <style>
                body {
                    font-family: sans-serif;
                    font-size: 12px;
                    background-color: #ffffff;
                }
            </style>
        </head>
        <body bgcolor="#ffffff"><h1>Your awesome title</h1>
    <p>Hi {name} (but you should remove that if you're not collecting subscriber names),</p>
    <p>here the forewords of your shiny new newsletter. Most of the times a simple layout is the best.</p>
    <h2>There is more for you!</h2>
    <p>Still not secure to sign up for our premium service? Even with a standard service plan you'll receive our t-shirt!</p>
    <p>Goodbye!</p>
    <!-- Social --><hr />
    <p>To unsubscribe <a href="{unsubscription_url}">click here</a>, to edit your subscription <a href="{profile_url}">click here</a>.</p>
    <p>?</p>
    <p>?</p></body></html>

    The default text is: To unsubscribe “click her”,
    so I thought the correct link is behind that.

    Thank you very much for quick help, it is working.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘/{unsubscription_url} but remain confirmed’ is closed to new replies.