Way2sms.zip
download the dll from above link and give reference in your vs
using SMSClientLib;
using System.Net;
public partial class SMS : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
string mymobilenow = "";//Add ur mobileno
string mypassword = "";//add ur password
string reciever = "";//add reciever mobileno
string status = "";
CookieContainer cookie = SMSClientLib.Login.Connect(mymobilenow, mypassword, out status);
string[] siteParameters = SMSClientLib.Login.GetSiteParameters(cookie);
string messgeSentResult = SendSMS.Send_Processing(reciever, "Helo", cookie, siteParameters);
}
this code is not working properly
ReplyDelete
ReplyDeleteTo select the best bulk SMS API available in the market I would suggest you go for Msgclub SMS platform where they have their bulk SMS API available in many programming languages like PHP, Java, .Net and more