User1847774671 posted
Hi i want to make web site for mobile service this, i want to allow the user send sms,mms and ring tones from this web site. i need any example or article explain for me how can i make that. thank for help me
User-95607119 posted
You have to use some SMS HTTP gateway provider services. Then you are able to make HTTP requests out from your ASP.NET application and receive answer about SMS sending. The format of messages (MMS, MMS, EMS; etc) you can use depends on provider's SMS HTTP gateway
capabilities. I suggest you to search providers from http://www.google.com/ using keywords SMS HTTP gateway provider. Because different service providers have different HTTP requests and content formatting options there is no common standards for these services.
So, once you have chosen the provider you have to read their system documentation.