<div dir="ltr">On 2 April 2013 21:32, gmail <span dir="ltr"><<a href="mailto:oliviermo75@gmail.com" target="_blank">oliviermo75@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

Do You know how i can send a sms-alert with hobbit  i didn't find a script for send a sms .<br>
How do you do for send a  sms alert ?<br></blockquote><div><br></div><div style>There are a few ways to do this.  In general, they rely on email-to-SMS gateways.  You can either host one yourself:</div><div style>* connect a mobile phone to a computer and run something like Gnokii (see <a href="http://tools.rebel-it.com.au/sms-transport/" rel="noreferrer">http://tools.rebel-it.com.au/sms-transport/</a> for a script that converts mail to Gnokii)</div>

<div style>* connect a modem to a computer and run something like smsclient (see <a href="http://smsclient.sourcearchive.com/documentation/2.0.8z-7/main.html" rel="noreferrer">http://smsclient.sourcearchive.com/documentation/2.0.8z-7/main.html</a>) - this requires that a local carrier provides an SMS TAP (or similar) service.</div>

<div style>* use a USB 3G modem - these usually support sending SMS messages</div><div style>* use a stand-alone device, like the kickstarter project SmushBox (<a href="http://www.kickstarter.com/projects/smush/smart-sms-texting-for-everyone-the-smushbox" rel="noreferrer">http://www.kickstarter.com/projects/smush/smart-sms-texting-for-everyone-the-smushbox</a>)</div>

<div style><br></div><div style>Or you can use a commercial mail-to-sms gateway - some mobile carriers offer such a service to their customers for cheap or free.  See: <a href="http://en.wikipedia.org/wiki/List_of_SMS_gateways" rel="noreferrer">http://en.wikipedia.org/wiki/List_of_SMS_gateways</a></div>

<div style><br></div><div style>For some solutions (eg Gnokii) lack of queuing is a problem, in that if a messages is ready to be sent but the phone signal drops, then the messages is lost.  In such cases it's helpful to incorporate a mail service that can retry when a message fails.</div>

<div style><br></div><div style>Cheers</div><div style>Jeremy</div></div></div></div>