SMS from .Net app

I would like to be able to send SMS messages from my .Net app to notify engineers of work items. Does anyone know what would be involved in this or have any recomendations for resources regarding this?
Thanks.
[220 byte] By [SV] at [2008-2-23]
# 1
The easiest way to send SMS is to use the email interface provided by many providers. (It's the same one used by the provider's web site. For example, http://www.telusmobility.com/sendamessage/sendamessage.shtml.) You would simply send an email to 4039999999@Provider.com. Integrating directly into the SMS network is complicated, difficult, and expensive. So stick to the email route.
JamesKovacs at 2007-9-9 > top of Msdn Tech,.NET Development,.NET Framework Networking and Communication...
# 2
Thanks very much for that, I'll look into it.
SV at 2007-9-9 > top of Msdn Tech,.NET Development,.NET Framework Networking and Communication...

.NET Development

Site Classified