2011-09-15 11:03:37 -07:00
<!DOCTYPE html>
< html >
< head >
< meta charset = 'utf-8' >
2011-09-23 20:42:11 -07:00
< meta http-equiv = "cache-control" content = "no-cache, must-revalidate" >
2011-09-22 17:25:32 -07:00
< title > EnvayaSMS< / title >
2011-09-23 20:42:11 -07:00
< link rel = 'stylesheet' type = 'text/css' href = '/styles/site.css' / >
2011-09-15 11:03:37 -07:00
< / head >
< body >
2011-09-22 17:25:32 -07:00
< a href = "http://github.com/youngj/EnvayaSMS" > < img style = "position: absolute; top: 0; right: 0; border: 0;" src = "http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt = "Fork me on GitHub" / > < / a >
2011-09-15 11:03:37 -07:00
< div id = "container" >
2011-09-23 15:18:36 -07:00
< a style = 'float:left' href = "/" > < img src = '/media/icon.png' height = '72' width = '72' style = 'margin-right:10px' / > < / a >
< h1 style = 'padding-top:13px' > < a href = "/" > EnvayaSMS< / a >
2011-09-17 23:33:18 -07:00
< span class = "small" >
2011-09-22 17:25:32 -07:00
SMS gateway for Android
< / span >
2011-09-18 20:45:09 -07:00
< / h1 >
2011-09-22 17:25:32 -07:00
< div class = 'menu' style = 'clear:both;padding-top:5px' >
2011-09-23 15:18:36 -07:00
< a class = 'active' href = '/' > Home< / a >
2011-09-18 20:45:09 -07:00
·
2011-09-23 15:18:36 -07:00
< a href = '/install/' > Install< / a >
2011-09-18 20:45:09 -07:00
·
2011-10-01 15:47:55 -07:00
< a href = '/test/' > Test< / a >
·
2011-09-23 15:18:36 -07:00
< a href = '/how/' > How it Works< / a >
2011-09-18 20:45:09 -07:00
·
2011-09-23 15:18:36 -07:00
< a href = '/serverapi/' > API Reference< / a >
2011-09-18 20:45:09 -07:00
·
2011-09-23 15:18:36 -07:00
< a href = '/faq/' > FAQ< / a >
2011-09-23 12:16:53 -07:00
·
2011-09-23 15:18:36 -07:00
< a href = '/history/' > History< / a >
2011-09-23 16:36:51 -07:00
·
< a href = '/community/' > Community< / a >
2011-09-18 20:45:09 -07:00
< / div >
2011-09-17 23:33:18 -07:00
2011-09-23 15:18:36 -07:00
< h2 > < / h2 >
< p >
2011-09-18 20:45:09 -07:00
< div style = 'float:right;padding-left:10px;padding-bottom:10px' >
2012-04-04 14:19:58 -07:00
< img src = '/media/screenshot-main.png?v2' width = '210' height = '350' style = 'border:1px solid black' / >
2011-09-18 20:45:09 -07:00
< br / >
2012-04-04 14:19:58 -07:00
< img src = '/media/screenshot-settings.png?v2' width = '210' height = '350' style = 'border:1px solid black' / >
2011-10-01 15:47:55 -07:00
< br / >
< img src = '/media/screenshot-pending.png' width = '212' height = '350' / >
2011-09-18 20:45:09 -07:00
< / div >
2011-09-15 11:03:37 -07:00
2012-02-29 22:11:05 -08:00
< div style = 'color:white;background-color:#666;padding:10px;margin:15px 0px;width:400px' >
2012-09-06 16:12:52 -07:00
29 Feb 2012: Try < a style = 'color:white;font-weight:bold;text-decoration:none' href = 'http://telerivet.com' > Telerivet< / a > ,
a service that makes it easy for anyone to deploy their own SMS service anywhere in the world in minutes using an Android phone.
Send and receive SMS from a web browser without any programming.
2012-02-29 22:11:05 -08:00
Or, use Telerivet's API to integrate your own app. < a style = 'color:white;font-weight:bold;text-decoration:none' href = 'http://telerivet.com' > Learn more< / a >
< / div >
2011-09-22 17:25:32 -07:00
EnvayaSMS is a SMS and MMS gateway running entirely as an Android app.
2011-09-15 11:03:37 -07:00
2011-09-18 20:45:09 -07:00
< p >
2011-09-18 20:52:16 -07:00
It forwards incoming SMS and MMS messages to a web server on the Internet, and sends
outgoing messages from the web server to other phones.
2011-09-18 20:45:09 -07:00
< / p >
2011-09-15 11:03:37 -07:00
2011-09-17 23:33:18 -07:00
< p >
2011-09-18 20:45:09 -07:00
People with any type of mobile phone can send SMS and MMS to a phone
2011-09-22 17:25:32 -07:00
running EnvayaSMS, without needing their own Android phone.
2011-09-17 23:33:18 -07:00
< / p >
< p >
It works wherever the phone can receive SMS messages and access the Internet
(via Wi-Fi or mobile data connection).
< / p >
2011-09-22 17:25:32 -07:00
< h2 > Why EnvayaSMS?< / h2 >
2011-09-17 23:33:18 -07:00
< p >
2011-09-23 16:14:39 -07:00
EnvayaSMS can be used to enable any web service to send and receive SMS and MMS messages
2011-09-18 20:52:16 -07:00
nearly anywhere in the world.
< / p >
< p > In particular, it is useful in countries where obtaining a local virtual phone number
2011-09-22 17:25:32 -07:00
or SMS shortcode is difficult, expensive, or impossible. A phone running EnvayaSMS
2011-09-17 23:33:18 -07:00
connects to the phone network in the same way as any other mobile phone,
so it can be set up without needing approval from anyone else.
< / p >
< p >
2011-09-22 17:25:32 -07:00
EnvayaSMS is designed to to be maintainable even when deployed in remote locations
2011-10-01 19:00:24 -07:00
that cannot easily be accessed by your organization's technical staff.
With minimal training, non-technical users can do all setup and maintenance of deployed phones.
2011-09-17 23:33:18 -07:00
< / p >
< h2 > Price< / h2 >
< p >
2011-09-22 17:25:32 -07:00
EnvayaSMS is free to install on as many phones as you'd like.
2011-09-17 23:33:18 -07:00
< / p >
< p >
2011-10-01 19:00:24 -07:00
In order to deploy EnvayaSMS, you will need an Android phone with service on a mobile network.
2012-04-04 14:19:58 -07:00
EnvayaSMS is compatible with many old or inexpensive Android phones.
2011-09-18 23:00:30 -07:00
< / p >
2011-10-01 15:47:55 -07:00
< p >
Before deploying EnvayaSMS, you can test EnvayaSMS without an Android phone
by installing EnvayaSMS on an emulated phone on your computer. < a href = '/test/' > Learn more...< / a >
2011-10-03 18:54:05 -07:00
< / p >
< p >
Development of EnvayaSMS is led by < a href = 'http://envaya.org' > Envaya< / a > ,
a 501(c)(3) non-profit project of the Trust for Conservation Innovation.
If you want to support future development of EnvayaSMS or register your appreciation,
we encourage you to < a style = 'font-weight:bold' href = 'http://envaya.org/envaya/page/contribute' > donate< / a >
in any amount you want.
2011-10-01 15:47:55 -07:00
< / p >
2011-10-01 19:00:24 -07:00
< br / >
2011-10-01 15:47:55 -07:00
< a href = '/install/' class = 'button' style = 'margin-left:110px;' >
2011-09-22 17:25:32 -07:00
Install EnvayaSMS Now
2012-03-15 19:16:54 -07:00
< / a >
2011-09-17 23:33:18 -07:00
2011-09-15 11:03:37 -07:00
< div class = "footer" >
2011-09-22 17:25:32 -07:00
get the source code on GitHub : < a href = "http://github.com/youngj/EnvayaSMS" > youngj/EnvayaSMS< / a >
2011-09-15 11:03:37 -07:00
< / div >
< / div >
2011-09-21 23:10:31 -07:00
< script type = "text/javascript" >
var _gaq = _gaq || [];
2011-09-22 17:29:40 -07:00
_gaq.push(['_setAccount', 'UA-25868450-2']);
2011-09-21 23:10:31 -07:00
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
< / script >
2011-09-15 11:03:37 -07:00
< / body >
2011-09-18 20:45:09 -07:00
< / html >