Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • anthony hall 222 posts 536 karma points
    Feb 19, 2018 @ 16:03
    anthony hall
    0

    Updating unsubscribe url

    Consider the following setup.

    1. Our public website is www.mywebsite.com
    2. www.mywebsite.com/umbraco is not accessible for security reasons
    3. umbraco is accessed by secure.example.com
    4. www.mywebsite.com and secure.example.com are the same instance

    When we send email from News Letter Pro the unsubscribe url is:

    secure.example.com/app_plugins/newsletterstudio/pages/tracking/trackclick.aspx?nid=[querygoeshere]  
    

    We do want to expose this url. There is a field in general settings to set "Unsubscribe confirmation url". However this just adds a redirect and doesn't mask our url. What options do i have?

  • Markus Johansson 1914 posts 5761 karma points MVP c-trib
    Feb 19, 2018 @ 16:44
    Markus Johansson
    1

    Hi!

    You're right the setting for "Unsubscribe confirmation url" is only a redirect after the unsubscription to be able to avoid the generic confirmation-message.

    At the moment there is no way to "force" the root domain, the domain used for the backoffice will be used to construct the url's that is generated. This goes for everything from links to to media-files etc. in the content of the newsletter.

    I would agree that it could be a good idea to move this in to some part that is swappable so that this can be configured if needed.

    We do work on the package and I'll add this as a feature in the backlog for upcoming releases.

    // m

  • anthony hall 222 posts 536 karma points
    Feb 20, 2018 @ 14:41
    anthony hall
    0

    Ok, thanks for the clarification. Yeah, having this configurable would be useful. I've added a form where users can unsubscribe. In theory a user could unsubscribe anyone's email address. I've noticed in the templates you have a token [content]. Is there perhaps another token i use to validate the user.

    ie /unsubscribe?token=[ImUnique]

  • Tim 168 posts 372 karma points
    Feb 27, 2018 @ 11:25
    Tim
    0

    FYI we've got around this by creating a simple /newsletters/ page in Umbraco which lists the various subscriptions the user is subscribed to based on the supplied QueryString parameter.

    Works quite well and is fairly simple if you need pointers let me know.

    Tim

  • Markus Johansson 1914 posts 5761 karma points MVP c-trib
    Mar 06, 2018 @ 16:52
    Markus Johansson
    0

    Hi Tim!

    Great news! I would love to see what you've done, maybe we can include it in the package in the future or in the NewsetterStudioContrib-project.

    https://github.com/enkelmedia/newsletterstudiocontrib

    Could you send me over email? markus [at sign goes here] enkelmedia.se.

    Cheers!

  • Markus Johansson 1914 posts 5761 karma points MVP c-trib
    Feb 23, 2018 @ 12:09
    Markus Johansson
    0

    Hi!

    This token is basically the email-address encoded.

    I've added this "base url"-thing to the backlog - it's quite a task but we will look at it during the upcoming sprints.

    / m

Please Sign in or register to post replies

Write your reply to:

Draft