Hi,
we have mailto link in richtext editor. The HTML generated by the richtext editor is fine. but when the page is rendered the email address gets // and :25 appended to it
e.g.
mailto:dummy@dummy.com
becomes
mailto://dummy@dummy.com:25
and when you click this it opens outlook with to email as :
dummy@dummy.com:25 (which is an invalid email address!)
does any one know how to get rid of this nasty issue? where it is comming from?
Best regards
Ayyaz Ahmed
I quess it can come from a friendly url rewritter. Have you made your own? Have never encountered this problem before.
Thanks it really helped!
Great that my tip pointet you to the right direction.
Hi,
we have mailto link in richtext editor. The HTML generated by the richtext editor is fine. but when the page is rendered the email address gets // and :25 appended to it
e.g.
mailto:dummy@dummy.com
becomes
mailto://dummy@dummy.com:25
and when you click this it opens outlook with to email as :
dummy@dummy.com:25 (which is an invalid email address!)
does any one know how to get rid of this nasty issue? where it is comming from?
Best regards
Ayyaz Ahmed