Hello Team,
this is our Code. ]
using System
”
using System
using System.IO
using System.Net
u
sing System.Text
using System.Web
string s
APIKey
= “
APIKEY
”;
string sNumber = Session["Mobile"].ToString();
string sMessage = “Test SMS From Our Company”;
string sSenderID = “WEBSMS”;
string sURL = “
http://login.smsgatewayhub.com/api/mt/SendSMS?
APIKey
=” + s
APIKEY
+ “&to=” + sNumber
+ “&sid=” + sSenderID + “&msg=” + sMessage + “&fl=0?;
string sResponse = GetResponse(sURL);
Response.Write(sResponse);
public static string GetResponse(string sURL)
{
HttpWebRequest request =
(HttpWebRequest)WebRequest
.Create(sURL);
request.MaximumAutomaticRedirections = 4;
request.Credentials = CredentialCache.DefaultCredentials;
try
{
HttpWebResponse response = (HttpWebResponse)request
.GetResponse();
Stream receiveStream = response.GetResp
onseStream(
);
StreamReader readStream = new StreamReader(receiveStream, Encoding.UTF8);
string sResponse = readStream.ReadToEnd();
response.Close();
readStream.Close();
return sResponse;
}
catch
{
return “”;
}
}
”
Puja JanaPosted Aug 6, 2026, 6:07 PM
Hi,
Its an Paid Premium Indian SMS company meta reach marketing
Bulk SMS is one of the simplest ways businesses share important information with their customers. It is commonly used for OTPs, order updates, payment reminders, appointment confirmations, promotional offers, and other business notifications. Businesses looking for a Bulk SMS Service Provider India often want a communication solution that is reliable and easy to manage. The idea is to help businesses communicate quickly without making customers wait for important updates. Every business has different communication needs, so the focus is always on using SMS where it is genuinely useful. When messages are relevant, timely, and easy to understand, they create a better experience for customers and make everyday business communication more organised and reliable.
https://metareachmarketing.com/promotional-sms.php
Rajeesh MenothPosted Jul 12, 2016, 12:29 AM
Gulpreet AroraPosted Jul 11, 2016, 11:40 AM
Rajeesh MenothPosted Jul 11, 2016, 10:22 AM
Vishal JadavPosted Jul 11, 2016, 8:15 AM