| Member 
   
                                164
                                Points | Replied on
                                29 Oct 2013 08:41 PM IST Different ways to send SMS using Asp.Net? 
 Using a GSM modem:Better when one wants to implement offline applications and a very small number of SMS go every minute, usually few 10s.
Using web service:Better when it is an online application and a very few number of SMS go every minute, usually few 10s.
Using endpoints given by service the provider:Better when the number of SMS exceeds a few 100s per minute. Service provider demands a commitment of at least 100,000 SMS per month.
 |