There is a (Linux-only) solution, unfortunatly there is no JAVA-API for this, but you could easily write a class/script, which calls YAPS (http://www.tei-lin-net.de/tip_yaps_01.html).
R, Markus Am Donnerstag, den 28.12.2006, 09:37 +0000 schrieb Petar Tahchiev: > On 28/12/06, Rebhan, Gilbert <[EMAIL PROTECTED]> wrote: > > > > > > Hi, > > > > anyone with a sms task for ant ? > > > > I'm searching a task that can send messages > > to a handy. > > > > If there's no task, maybe there's an java api > > or a ruby script ? > > > > open source preferred, must work in germany. > > > > Thanks for any hints > > > > > > Gilbert > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > There's no ant task for sending SMS, as it varies on the implementation. > Lately I used the clickatel api which can be found at [1]. Once having the > API, it would be very easy to write your own task. > > [1] http://www.clickatel.com/ > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
