<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://mobiforge.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>SMS</title>
 <link>http://mobiforge.com/sms</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>en</language>
<item>
 <title>Receiving SMS Messages via Shortcodes &amp; Keywords</title>
 <link>http://mobiforge.com/developing/story/receiving-sms-messages-shortcodes-keywords</link>
 <description>&lt;p&gt;Back around 1998, more and more billboards started to display some odd messages, along the lines of &quot;Visit us on the web at &lt;a href=&quot;http://www.companyname.com&quot;&gt;www.companyname.com&lt;/a&gt;&quot;. This was a major shift in advertising and gave marketers another avenue to explore. It was, of course, the beginning of the Internet&#039;s move from academia to the mainstream, and the proliferation of Web sites seemed to happen almost overnight.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://mobiforge.com/developing/story/receiving-sms-messages-shortcodes-keywords&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://mobiforge.com/developing/story/receiving-sms-messages-shortcodes-keywords#comments</comments>
 <category domain="http://mobiforge.com/developing">Developing</category>
 <category domain="http://mobiforge.com/developers">Developers</category>
 <category domain="http://mobiforge.com/messaging">Messaging</category>
 <category domain="http://mobiforge.com/c">C#</category>
 <category domain="http://mobiforge.com/sms">SMS</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://mobiforge.com/crss/node/3040</wfw:commentRss>
 <pubDate>Mon, 01 Nov 2010 14:31:14 +0000</pubDate>
 <dc:creator>mokil</dc:creator>
 <guid isPermaLink="false">3040 at http://mobiforge.com</guid>
</item>
<item>
 <title>Handling SMS delivery receipts</title>
 <link>http://mobiforge.com/developing/story/handling-sms-delivery-receipts</link>
 <description>&lt;p&gt;Recently, we looked at how to send SMS messages using a standard HTTP POST-based API. As was intimated at the time, most APIs also allow you to process delivery receipts for the messages you send. This allows you to determine the status of the message, i.e. delivered, failed, expired etc. Let&#039;s take a look at how this all works.&lt;/p&gt;
&lt;h2&gt;Sending SMS Messages - A Quick Recap&lt;/h2&gt;
&lt;p&gt;&lt;a href=&quot;http://mobiforge.com/developing/story/handling-sms-delivery-receipts&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://mobiforge.com/developing/story/handling-sms-delivery-receipts#comments</comments>
 <category domain="http://mobiforge.com/developing">Developing</category>
 <category domain="http://mobiforge.com/developers">Developers</category>
 <category domain="http://mobiforge.com/messaging">Messaging</category>
 <category domain="http://mobiforge.com/sms">SMS</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://mobiforge.com/crss/node/2934</wfw:commentRss>
 <pubDate>Wed, 01 Sep 2010 15:54:49 +0000</pubDate>
 <dc:creator>mokil</dc:creator>
 <guid isPermaLink="false">2934 at http://mobiforge.com</guid>
</item>
<item>
 <title>Sending SMS from Apps and Webapps</title>
 <link>http://mobiforge.com/developing/story/sending-sms-apps-and-webapps</link>
 <description>&lt;p&gt;It’s easy to send SMS messages from any Web site or application, but it’s surprising how few sites/applications actually do this. Integrating SMS into your system gives it something extra, and allows your system to enhance the mobile experience for the user. In this article, we’ll look at how an SMS message can be sent from any system, and at a few providers who offer this functionality.&lt;/p&gt;
&lt;h2&gt;Choosing an SMS Provider&lt;/h2&gt;
&lt;p&gt;There are essentially three types of SMS provider:&lt;/p&gt;
&lt;ul&gt;
&lt;/li&gt;&lt;li&gt;Mobile Network (e.g. Vodafone, Three)&lt;/li&gt;
&lt;/li&gt;&lt;li&gt;Aggregator&lt;/li&gt;
&lt;/li&gt;&lt;li&gt;SMS Messaging Company&lt;/li&gt;
&lt;p&gt;&lt;a href=&quot;http://mobiforge.com/developing/story/sending-sms-apps-and-webapps&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://mobiforge.com/developing/story/sending-sms-apps-and-webapps#comments</comments>
 <category domain="http://mobiforge.com/developing">Developing</category>
 <category domain="http://mobiforge.com/developers">Developers</category>
 <category domain="http://mobiforge.com/messaging">Messaging</category>
 <category domain="http://mobiforge.com/sms">SMS</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://mobiforge.com/crss/node/2895</wfw:commentRss>
 <pubDate>Tue, 10 Aug 2010 14:27:29 +0000</pubDate>
 <dc:creator>mokil</dc:creator>
 <guid isPermaLink="false">2895 at http://mobiforge.com</guid>
</item>
<item>
 <title>Sending SMS with SMPP, Kannel and Java</title>
 <link>http://mobiforge.com/developing/story/sending-sms-with-smpp-kannel-and-java</link>
 <description>&lt;p&gt;There are many technologies and protocols that can be used to send and receive SMS from an application. This article focuses on sending SMS via a Short Message Service Center (SMSC), with the help of the Kannel SMS gateway.&lt;/p&gt;

&lt;p&gt;In order for an application to send a SMS, it generally has to communicate with a Mobile Network Operator (MNO) over the Internet. To understand in more detail consider the following example.&lt;/p&gt;

&lt;p&gt;A Media service provider wants to send a program timetable as an SMS to its end customers. The application is running on a Linux based java application server.&lt;p&gt;&lt;a href=&quot;http://mobiforge.com/developing/story/sending-sms-with-smpp-kannel-and-java&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://mobiforge.com/developing/story/sending-sms-with-smpp-kannel-and-java#comments</comments>
 <category domain="http://mobiforge.com/developing">Developing</category>
 <category domain="http://mobiforge.com/developers">Developers</category>
 <category domain="http://mobiforge.com/messaging">Messaging</category>
 <category domain="http://mobiforge.com/sms">SMS</category>
 <category domain="http://mobiforge.com/java">Java</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://mobiforge.com/crss/node/2432</wfw:commentRss>
 <pubDate>Tue, 08 Dec 2009 11:30:28 +0000</pubDate>
 <dc:creator>senthadev@gmail.com</dc:creator>
 <guid isPermaLink="false">2432 at http://mobiforge.com</guid>
</item>
<item>
 <title>Email configuration via SMS</title>
 <link>http://mobiforge.com/developing/story/email-configuration-sms</link>
 <description>&lt;p&gt;
Many of you will have experienced how a call to a network operator has resulted in an SMS containing configuration settings being sent to your phone. In this article we will look at how to configure a mobile phone&#039;s email account settings via SMS. Many phones support POP3 and IMAP accounts; in this example we are going to configure a simple POP3 account.
&lt;/p&gt;
&lt;p&gt;
To check emails, an access point (APN) is also needed, so we will also configure an internet connection.
&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://mobiforge.com/developing/story/email-configuration-sms&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://mobiforge.com/developing/story/email-configuration-sms#comments</comments>
 <category domain="http://mobiforge.com/developing">Developing</category>
 <category domain="http://mobiforge.com/developers">Developers</category>
 <category domain="http://mobiforge.com/messaging">Messaging</category>
 <category domain="http://mobiforge.com/sms">SMS</category>
 <category domain="http://mobiforge.com/xml">XML</category>
 <enclosure url="http://mobiforge.com/sites/mobiforge.com/files/kannel_pop3_ota_config.htm" length="6275" type="text/html" />
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://mobiforge.com/crss/node/960</wfw:commentRss>
 <pubDate>Thu, 24 Apr 2008 09:21:46 +0000</pubDate>
 <dc:creator>Julien Buratto</dc:creator>
 <guid isPermaLink="false">960 at http://mobiforge.com</guid>
</item>
<item>
 <title>Binary SMS: sending rich content to devices using SMS</title>
 <link>http://mobiforge.com/developing/story/binary-sms-sending-rich-content-devices-using-sms</link>
 <description>&lt;p&gt;  This article will explain from a high level to a lower level how to write a simple SMS-enabled mobile application which will allow you to send  &quot;Over The Air installation messages&quot;. After reading this article, you will be able to create a small J2ME applet which will theoretically send itself to another phone using an SMS message as the means of delivery.&lt;p&gt;&lt;a href=&quot;http://mobiforge.com/developing/story/binary-sms-sending-rich-content-devices-using-sms&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://mobiforge.com/developing/story/binary-sms-sending-rich-content-devices-using-sms#comments</comments>
 <category domain="http://mobiforge.com/developing">Developing</category>
 <category domain="http://mobiforge.com/developers">Developers</category>
 <category domain="http://mobiforge.com/messaging">Messaging</category>
 <category domain="http://mobiforge.com/sms">SMS</category>
 <enclosure url="http://mobiforge.com/sites/mobiforge.com/files/WapPush.java_.txt" length="2348" type="text/plain" />
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://mobiforge.com/crss/node/616</wfw:commentRss>
 <pubDate>Fri, 05 Oct 2007 09:36:56 +0000</pubDate>
 <dc:creator>Julien Buratto</dc:creator>
 <guid isPermaLink="false">616 at http://mobiforge.com</guid>
</item>
</channel>
</rss>

