Changes between Version 9 and Version 10 of UserGuidelines/Messaging
- Timestamp:
- 08/10/10 08:35:19 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuidelines/Messaging
v9 v10 2 2 This is the userguide for the current version of the Messaging module 3 3 4 == What Hardware do I need to send SMS? == 4 5 == Email == 6 === How do I use Gmail to send outbound mail? === 7 Edit {{{models/000_config.py}}} 8 Uncomment these lines & put in the username/password that you wish to use: 9 {{{ 10 #deployment_settings.mail.server = "smtp.gmail.com:587" 11 #deployment_settings.mail.login = "username:password" 12 }}} 13 14 == SMS == 15 === What Hardware do I need? === 5 16 If using an online gateway, then you don't need any hardware other than the network card :) 6 17 … … 12 23 * http://www.frontlinesms.com/resources/requirements/ 13 24 14 == How do I use it?==25 === How do I use it? === 15 26 1st you need to decide whether you will be using the online gateway or the local modem. 16 27 … … 21 32 NB The Cron task(s) needs to be enabled in {{{cron/crontab}}}. THis doesn't currently work for Win32 service. For mod_wsgi, need to [wiki:InstallationGuidelinesApacheModWSGI#Cron add support to the system crontab]. 22 33 23 === Clickatell===34 ==== Clickatell ==== 24 35 Global provider - average price globally 25 36 {{{ … … 30 41 }}} 31 42 32 === Mvaayoo===43 ==== Mvaayoo ==== 33 44 Indian provider - cheap for local calls 34 45 {{{ … … 39 50 }}} 40 51 41 == How does it work?==52 === How does it work? === 42 53 Compose a new message. The autocomplete will find either Persons or Groups. 43 54