Non-functional links in notification emails
Having issues with links in notification emails not being clickable.
When changes are made to the email template, the system deletes them and reverts back to the original code. This is the code:
A new answer is posted by {answerer}
<a href=”{answer_link}”>{question_title}</a>
{answer_excerpt}
Any ideas?
TIA.
Jo Hn (Buyer) Answered question
Jo Hn (Buyer) commented
Thanks, Rahul, but that didn’t fix it, I’m afraid.
The emails are returning links that look like this:
Who was your first music love?
This is the link code being erroneously delivered by the email:
<a href=3D"">Who was your first music love?</a>
Rahul Aryan Posted new comment
Rahul Aryan commented
I suspect third party conflict. Can you give me access to your site for investigation?
Jo Hn (Buyer) commented
Yes – let me know how to send you the URL and login details.
Jo Hn (Buyer) commented
Hey Rahul – how should I send you login info?
Rahul Aryan commented
Kindly email at [email protected]
Please go to phpmyadmin and search in wp_posts table for all posts with type anspress_email and delete them all. Now check if email template tags are parsed properly. Let me know.