It looks like you're new here. If you want to get involved, click one of these buttons!
I used the [unsubscribe]
tag but when i tested it, it was missing the :
in http://sendy.blahblahblah ... it just said http//sendy.blahblahblah
When I manually added the :
, it worked.
But where is that located so I can fix it for future uses of [unsubscribe]
? It doesn't seem like something I have control over? Did I find a bug?
Hi,
Please ensure you’re using the [unsubscribe]
tag correctly in your HTML code.
Correct usage:
<a href="[unsubscribe]”>Unsubscribe here</a>
Incorrect usage:
<a href=“http://[unsubscribe]”>Unsubscribe here</a>
Please check your email’s HTML code to see if you’re using it correctly.
Thanks.
Best regards,
Ben
thanks. i will check.