A quick Google turned up this: http://caspian.dotconf.net/menu/Software/SendSMS/
It seems to be a Perl script that can send an SMS (for free) to a lot of mobile phone services, by sending the message through the provider's own web site. If you want to implement SMS in James, I'm sure you could port this to Java or just have a Matcher/Mailet run the above program through the command line. On 9/13/05, Steve Brewin <[EMAIL PROTECTED]> wrote: > > Thiago Pereira Raposo wrote: > > Hi everyone... > > I began study JAMES this week and after read a lot and did > > some examples I have a question? > > Is it possible implements "Push e-mail" (mobile notification) > > using JAMES? > > Thank“s > > Could you clarify your requirement a little so we can best answer? > > Meanwhile, if you mean can James forward mail to another destination. Yes, > it can forward the original mail or allow the original mail to 'passthru' > to > its intended recipient and send a copy of the original mail to another > recipient. > > If you mean does James have a mailet that creates and sends text message > (SMS in many parts of the world) versions of an email, then no. > > -- Steve > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
