Hi!
i found your article http://bytes.com/topic/c-sharp/insig...k-sms-sender-c matched my condition, and i'm also applying it on my system. However it works fine when i send bulk sms of 4 or 5, not when i send a bulk of 58 sms. the sms were sent in for loop and i did use system.threadin g.thread.sleep( 10000). I'm not sure if it's too much, but with or without thread.sleep(), none of the messages was sent. Moreover, to make sure, i...