= Blueprint for the Messaging Module = Current design is here: * http://wiki.sahana.lk/doku.php?id=dev:msg_archi What we need is: * Contacts List * Admin UI for: * Kannel * SMSTools * SMS alerts * SMS login / data entry / reports Q: How to get SMSTools daemon running from Webapp? * Perhaps this cron example will help: * http://groups.google.com/group/web2py/browse_thread/thread/44817da72c798df8 * http://groups.google.com/group/web2py/browse_thread/thread/cfe89bfa9d87bc T2 supports sending emails: {{{ self.email_server='localhost' self.email_auth='' def t2.email(self,sender,to,subject='test',message='test'): }}}