Encrypt email address
Hello, I have a client who wants to use the custom unsubscribe confirmation page link to push the un-subscribers email address within the URL, I understand this can be done by using http://domain.com/unsubscribed.php?email=%e&listid=%l&resubscribe_url=%e. They have a concern that by doing this the email address will be visible in the URL, is there anyway to encrypt the email address?
The basically want to use the URL to update their database as well as sendy
Thanks
This discussion has been closed.
Comments
Hi,
You can redirect the initial URL to another URL after your script is done retrieving the data using GET.
Thanks.
Best regards,
Ben