Email Not be recognised as a link
-
Hi guys, I have developed a web application which has an option to send email, its all working fine except for the content where i face an issue. if in an email I send some raw HTML like Hi, you email is: test@email.com The Email client recognizes it as an email and is displayed as a link. test@email.com but i dont want it to display as a link whereas it has to be displayed as a plain text Kindly advise. Thanks inadvance Regards, Tash
-
Hi guys, I have developed a web application which has an option to send email, its all working fine except for the content where i face an issue. if in an email I send some raw HTML like Hi, you email is: test@email.com The Email client recognizes it as an email and is displayed as a link. test@email.com but i dont want it to display as a link whereas it has to be displayed as a plain text Kindly advise. Thanks inadvance Regards, Tash
Are you saying you are sending an HTML formatted email and the email address is not encoded, as in not in the form <a mailto:test@email.com>test@email.com</a> but the email client still recognizes it as such? If that is the case then the only option you have is to sent the message as plain text rather than HTML.
No comment
-
Hi guys, I have developed a web application which has an option to send email, its all working fine except for the content where i face an issue. if in an email I send some raw HTML like Hi, you email is: test@email.com The Email client recognizes it as an email and is displayed as a link. test@email.com but i dont want it to display as a link whereas it has to be displayed as a plain text Kindly advise. Thanks inadvance Regards, Tash
Even when you send a plain text email, the email client could add the link! In such cases you could try to "hide" the fact that it is an email address, e.g. "
test [at] email [dot] com
"