Colon missing from http in unsubscribe link
I came across and noticed that I had 0 unsubs which was odd. When I clicked the link it sent me to a 404 because it sends to a url with that is missing the colon in the url:
Here's an unsub link that directs to the broken https//
with no colon https://stocktradewire.com/email/l/V892BAscm4o892pYcNkr0tGnSA/6sPjnJ8Z9PaNS63Q6VFAUg/9Q40w3ofOlRmanW763OQj40A
This discussion has been closed.
Comments
Hi,
Can you paste the full HTML code of the unsubscribe tag used in your email's HTML?
Thanks.
Best regards,
Ben
I just used the "essential tag"
[unsubscribe]
. And also the webversion tag did the same thing[webversion]
Here's the HTML code if that helps:
Hi,
Remove 'http://' from
[unsubscribe]
and[webversion]
in the href tag.Example of correct usage:
instead of:
Thanks.
Best regards,
Ben
I figured it out. Thanks for your time.