I am having a problem with my {subscription_confirm_url} tag in my subscription email.
The email shows the correct url but not as a link. The user must copy and paste the url into the broswer to go to the page to confirm the subscription.
I was reading the email via Thunderbird and I have checked with other programmes and it is fine, so the problem is with Thunderbird alone, but this is ok.
I tried to open email in Thunderbird and also in webmail client, but link is not clickable. I tried also different emails and localhost, but link is never clickable. Any idea?
Or the mailserver is removing the links, or the client is blocking them. Do you use the tag directly in the email text or as “href” when you add a link to a word?
Unfortunately this issue was never solved (there is at least another thread in this forum about the same problem) or communicated clearly.
My email client is Outlook 2003. The confirmation link is not automatically clickable.
Does the variable {subscription_confirm_url} automatically create a clickable link in the email? Or is it necessary to set the link manually in the message editor of the plugin backend?
Main problem was that I expected that {subscription_confirm_url} creates clickable link. But it created only URL address which has to be linked to any other word or link itself. It was not so intuitive, but it works now for me… Maybe there could be default setup when {subscription_confirm_url} used without link in editor, then create link automatically…