Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When you send a message with MailUp - either from the MailUp consoleplatform, via SMTP+, or via the API - you can insert a link to allow the recipient to quickly subscribe to another list.

...

  1. Is automatically added to the list: no need to take them to a subscription form!
  2. Will see theĀ Messages page, which can be fully customized.
  3. Will need to confirm the subscription (double confirmed opt-in) to avoid any chances of unauthorized addition of a subscriber (if you need to disable confirmed opt-in, please contact us).
  4. May or may not receive a welcome email. It's up to you.

...

  • In the code...
    • [admin.console.domain] is the domain of your MailUp admin console.
    • list=7: the number 7 here is the ID of the list. Replace it with the ID of your list (an integer)
    • email: this dynamic tag insert the recipient's email. Use it as indicated above.
    • group=10,20,30: this is optional, if you want to assign the new recipient to one or more specific groups in that list. You can find the Group IDs in the Codes table.
  • The code defaults to a confirmed opt-in subscription method (a best practice). If you have reasons to believe that in your business scenario this should be turned off, please contact us.