YodaSpow / EmailDevTools

EmailTools
https://codepen.io/spowart/details/abWzBwR
7 stars 1 forks source link

Correct invalid a href URL if present #8

Closed YodaSpow closed 5 years ago

YodaSpow commented 5 years ago

Describe the solution you'd like Check URL link paths are not already hexed from ESP eg: http://t.e.currys.co.uk should be: https://www.currys.co.uk

Describe alternatives you've considered Check to see id a href has www depends on what most ESP do for this if wanting to make it a generic check

Additional context Cant use hexed URL from ESP pre-deployment, need to avoid.

What it does The historical links and tracking is hexed on this domain from the ESP as a hidden link: 1) By not removing it you will use the old link and tracking once it redirects.

YodaSpow commented 5 years ago

merged