I am using C# application to send SMS messages to mobile phones. I have a problem with sending links - I can send a link like this:
http://example.com/confirmation?id=9423jqismjdj
What I would like to do is send SMS like this:
<a href='http://example.com/confirmation?id=9423jqismjdj'>confirm</a>
so users are not bothered with long links. Problem is, that phones can not read HTML. Is there any way to send HTML to mobile phone as SMS (and phone reading it as HTML)?