When I insert the [unsubscribe] tag, Sendy generates a long URL. Is there a way for me to have the words 'Click to Unsubscribe' instead? I've searched the forums to no avail. Is there something I'm missing on how to use the [unsubscribe]
tag? Thanks!
Comments
Hi,
Use the
<unsubscribe>Unsubscribe here</unsubscribe>
tag instead so you will get 'Unsubscribe here' with a link wrapped inside. You can change the word 'Unsubscribe here' to anything you like.Or, if you're using the
[unsubscribe]
tag, wrap it in a href HTML tag, eg.<a href="[unsubscribe]">Unsubscribe here</a>
. Again, you can change the words 'Unsubscribe here' to anything you like.Thanks.
Best regards,
Ben