Support

Requirements - HTML email

Unsubscribe Link

Every email should contain an unsubscribe link, giving the recipient control over emails they receive. Therefore, emails are only considered valid in GoSquared if they include an unsubscribe link.

Include the following in your email:

<a href="{{unsubscribe_url}}">Unsubscribe</a>

In your plaintext version:

Unsubscribe: {{unsubscribe_url}}

{{unsubscribe_url}} will automatically get converted to the correct URL when the email is sent.