Unsubscribe confimration page issue
Hi Guys
Running the latest version of Sendy and I'm setting up an unsubscribe page. (Below links have been sanitized)
The setting I have looks like this http://www.website.com/unsubscribed?email=%e
When I tested the unsubscribe link in an email I created, I was sent to the correct page but the email address was missing the "@" in the URL Parameter, it looked like this...
http://www.website.com/unsubscribed/?email=userdomain.com
When it should have looked like this...
http://www.website.com/unsubscribed/?email=user@domain.com
Any ideas what i may be doing wrong?
Thanks
This discussion has been closed.
Comments
Hi,
That's very strange, I've never heard of this. Did this happen for only 1 email or all emails?
Best regards,
Ben
Hi Ben
This happened for just a single email address as I was testing the process with a List that only had one email address in it. The Unsubscribe works just the URL param seems to have "@" stripped from it. I've not sure it's it's my wordpress site that is stripping it or if it's just not being sent in the URL.
Any ideas?
Hi Ben
I've sorted out the problem. It is related to Wordpress sanitising the URL params. I need to do some work on my Wordpress site to get around this.