I need to send MMS thought a C# application. I have already found 2 interesting components: http://www.winwap.com http://www.nowsms.com
Does anyone have
You could do it yourself. Some MMS companies just have a SOAP API that you can call. All you need to do is construct the XML and send it off via a URL. I have done this once before, but can't remember the name of the company I used.