Changes between Version 17 and Version 18 of BluePrint/Messaging
- Timestamp:
- 07/01/09 14:08:07 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/Messaging
v17 v18 10 10 * Admin UI for: 11 11 * Email Settings 12 * [http://pyserial.wiki.sourceforge.net/pySerial PySerial] 13 * [http://kannel.org Kannel] ([http://mobilehacking.org/index.php/PyKannel PyKannel]) 14 * [http://smstools3.kekekasvi.com SMSTools] 15 * [http://rapidsms.org RapidSMS] 12 * SMS Settings 16 13 * CAP alerts: http://talksahana.com/2009/03/04/firefox-browser-cap-alerting-plugin-sahana-idea-for-gsoc2009/ 17 14 * SMS alerts … … 19 16 * [wiki:BluePrintMessagingModuleJ2ME J2ME client] 20 17 21 Q: How to get SMSTools daemon running from Webapp? 22 * Perhaps this cron example will help: 23 * http://groups.google.com/group/web2py/browse_thread/thread/44817da72c798df8 24 * http://groups.google.com/group/web2py/browse_thread/thread/cfe89bfa9d87bc 25 18 === Email === 26 19 tools.py has mail settings: 27 20 {{{ … … 44 37 def t2.email(self,sender,to,subject='test',message='test'): 45 38 }}} 39 40 === SMS === 41 * RapidSMS (Python-based): http://rapidsms.org 42 * Kannel: http://kannel.org (!PyKannel: http://mobilehacking.org/index.php/PyKannel) 43 * SMSTools: http://smstools3.kekekasvi.com 44 * Gnokii: http://www.gnokii.org (!PyGnokii: http://mobilehacking.org/index.php/PyGnokii) 45 * Gammu: http://www.gammu.org (Python-gammu: http://www.gammu.org/wiki/index.php?title=Gammu:Python-gammu) 46 * !PySerial: http://pyserial.wiki.sourceforge.net/pySerial 47 48 Q: How to get SMS daemon running from Webapp? 49 * Perhaps this cron example will help: 50 * http://groups.google.com/group/web2py/browse_thread/thread/44817da72c798df8 51 * http://groups.google.com/group/web2py/browse_thread/thread/cfe89bfa9d87bc 46 52 ---- 47 53 BluePrints