Is it possible to disable the iPhone's automatic hyperlinks?
Posted
by
mririgo
on Stack Overflow
See other posts from Stack Overflow
or by mririgo
Published on 2011-01-10T14:46:27Z
Indexed on
2011/01/10
14:53 UTC
Read the original article
Hit count: 210
We send out a notification email whenever we have "phishing" emails reported to us. In these emails, we include a copy-paste of the text inside the original phishing email as a sample of what is reported to us. Our code strips all hyperlinks out of the email via PHP, but still includes (in plain text) the link. When users receive this email in their client (Thunderbird, Outlook, Horde/IMP, etc), the hyperlink is removed.
However, the iPhone likes to take web addresses in plain text and automatically turn them into hyperlinks. Is there any possible way to stop this action from happening via a HTML tag or by using PHP to replace certain parts of the hyperlink?
© Stack Overflow or respective owner