I'm running into an issue with email addresses being inserted into a field and automatically detected/turned into links where the email domain has more than one '.' (dot). For example, if I insert the email address "joesmith@someplace.com.mx", it converts this into a link, but does not include the critical ".mx" at the end. The parsing routine seems to detect only 1 dot in the domain name.
I'm running into an issue with email addresses being inserted into a field and automatically detected/turned into links where the email domain has more than one '.' (dot). For example, if I insert the email address "joesmith@someplace.com.mx", it converts this into a link, but does not include the critical ".mx" at the end. The parsing routine seems to detect only 1 dot in the domain name.
I tried turning TinyMCE on for the field and creating the link manually using the link button. But other issues arise there where the opening of the tag is not recognized correctly. The parse/auto-link routine seems to be overriding it.
Any ideas?
Bill