SMS to anyone and anywhere
Send SMS to Afghanistan, 0.015 SMS        Send SMS to Andorra, 0.014 SMS        Send SMS to Anguilla, 0.015 SMS        Send SMS to Armenia, 0.015 SMS        Send SMS to Barbados, 0.015 SMS        Send SMS to Belarus, 0.015 SMS        Send SMS to Bermuda, 0.015 SMS        Send SMS to Bolivia, 0.015 SMS        Send SMS to British Virgin Islands, 0.015 SMS        Send SMS to Burundi, 0.015 SMS        Send SMS to Cambodia, 0.015 SMS        Send SMS to Cape Verde, 0.014 SMS        Send SMS to Cayman Islands, 0.015 SMS        Send SMS to Chad, 0.015 SMS        Send SMS to Comoros, 0.015 SMS        Send SMS to Cook Islands, 0.015 SMS        Send SMS to Cuba, 0.015 SMS        Send SMS to Cyprus, 0.015 SMS        Send SMS to Djibouti, 0.014 SMS        Send SMS to Dominica, 0.015 SMS        Send SMS to Equatorial Guinea, 0.015 SMS        Send SMS to Ethiopia, 0.015 SMS        Send SMS to Faroe Islands, 0.014 SMS        Send SMS to Fiji, 0.015 SMS        Send SMS to French Guiana, 0 SMS        Send SMS to Gabonese Republic, 0.015 SMS        Send SMS to Gambia, 0.014 SMS        Send SMS to Ghana, 0.015 SMS        Send SMS to Gibraltar, 0.014 SMS        Send SMS to Greenland, 0.015 SMS        Send SMS to Grenada, 0.015 SMS        Send SMS to Guam, 0.015 SMS        Send SMS to Guatemala, 0.015 SMS        Send SMS to Guyana, 0.015 SMS        Send SMS to Haiti, 0.015 SMS        Send SMS to Iceland, 0.015 SMS        Send SMS to Iran, 0.015 SMS        Send SMS to Israel, 0.015 SMS        Send SMS to Ivory Coast, 0.015 SMS        Send SMS to Jamaica, 0.015 SMS          
Send SMS to Kyrgyzstan, 0.015 SMS        Send SMS to Laos, 0.015 SMS        Send SMS to Liechtenstein, 0.015 SMS        Send SMS to Lithuania, 0.015 SMS        Send SMS to Luxembourg, 0.015 SMS        Send SMS to Madagascar, 0.015 SMS        Send SMS to Malawi, 0.015 SMS        Send SMS to Maldives, 0.015 SMS        Send SMS to Mali, 0.014 SMS        Send SMS to Malta, 0.014 SMS        Send SMS to Mayotte and Reunion, 0.015 SMS        Send SMS to Mexico, 0.014 SMS        Send SMS to Mongolia, 0.015 SMS        Send SMS to Mozambique, 0.015 SMS        Send SMS to Namibia, 0.014 SMS        Send SMS to Nicaragua, 0.015 SMS        Send SMS to Niger, 0.014 SMS        Send SMS to Norway, 0 SMS        Send SMS to Panama, 0.015 SMS        Send SMS to Papua New Guinea, 0.014 SMS        Send SMS to Paraguay, 0.015 SMS        Send SMS to Rwanda, 0.015 SMS        Send SMS to Samoa, 0.015 SMS        Send SMS to Senegal, 0.015 SMS        Send SMS to Seychelles, 0.015 SMS        Send SMS to Sierra Leone, 0.015 SMS        Send SMS to Slovenia, 0.015 SMS        Send SMS to Sudan, 0.015 SMS        Send SMS to Suriname, 0.015 SMS        Send SMS to Tajikistan, 0.015 SMS        Send SMS to Togo, 0.015 SMS        Send SMS to Trinidad and Tobago, 0.015 SMS        Send SMS to Tunisia, 0.015 SMS        Send SMS to Turkmenistan, 0.015 SMS        Send SMS to Turks and Caicos Islands, 0.014 SMS        Send SMS to Venezuela, 0.015 SMS        Send SMS to Yemen, 0.015 SMS          
Sending SMS basics using C# class

RoutoMessaging provides you with sms gateway integration tools as ready-made scripts available to help you managing connection to our SMS gateway over your chosen programming language. These scripts as developer solution all work with the HTTP application. Join us now and get 10 SMS to test our SMS Gateway service.

Use the C# Language code sample bellow to send sms trough RoutoMessaging SMS Gateway. Register for an HTTP API account and you will immediately receive 10 test messages to try our service.

Send SMS with C# Language:
protected void Page_Load(object sender, EventArgs e)
{
string number = Request.QueryString["number"];
string message = Request.QueryString["message"];

RoutoSMSTelecom routo = new RoutoSMSTelecom();

routo.SetUser("your_username");
routo.SetPass("your_password");

routo.SetNumber("44791212121212");
routo.SetOwnNumber("44792838383838");
routo.SetType("SMS");
routo.SetMessage(message);

string header = routo.Send();

sms.InnerText = header;
}


get test account
© 2010 Routo Telecommunications Ltd.