Hello there,
The confirm opt-in URL that is generated and sent to the subscriber in the confirmation email is being truncated by email clients that limit the line to 72 characters. When this happens it breaks the URL (puts it on two lines). Then when the potential subscriber clicks on the functional part of the URL (on the first line) they get an error because the rest of the URL is on the second line and broken.
We have verbiage instructing them to copy and paste the entire URL into their browser if the link is not working, however most people are confused.
My question: Is there a way, in the PHP that generates the email, to override the local email client truncating the lines to 72 characters ... in other words force it to NOT break the URL?
Thanks alot! By the way ... great 6.6 update!
The confirm opt-in URL that is generated and sent to the subscriber in the confirmation email is being truncated by email clients that limit the line to 72 characters. When this happens it breaks the URL (puts it on two lines). Then when the potential subscriber clicks on the functional part of the URL (on the first line) they get an error because the rest of the URL is on the second line and broken.
We have verbiage instructing them to copy and paste the entire URL into their browser if the link is not working, however most people are confused.
My question: Is there a way, in the PHP that generates the email, to override the local email client truncating the lines to 72 characters ... in other words force it to NOT break the URL?
Thanks alot! By the way ... great 6.6 update!