Changes between Version 9 and Version 10 of UserGuidelines/Messaging


Ignore:
Timestamp:
08/10/10 08:35:19 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuidelines/Messaging

    v9 v10  
    22This is the userguide for the current version of the Messaging module
    33
    4 == What Hardware do I need to send SMS? ==
     4
     5== Email ==
     6=== How do I use Gmail to send outbound mail? ===
     7Edit {{{models/000_config.py}}}
     8Uncomment 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? ===
    516If using an online gateway, then you don't need any hardware other than the network card :)
    617
     
    1223 * http://www.frontlinesms.com/resources/requirements/
    1324
    14 == How do I use it? ==
     25=== How do I use it? ===
    15261st you need to decide whether you will be using the online gateway or the local modem.
    1627
     
    2132NB 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].
    2233
    23 === Clickatell ===
     34==== Clickatell ====
    2435Global provider - average price globally
    2536{{{
     
    3041}}}
    3142
    32 === Mvaayoo ===
     43==== Mvaayoo ====
    3344Indian provider - cheap for local calls
    3445{{{
     
    3950}}}
    4051
    41 == How does it work? ==
     52=== How does it work? ===
    4253Compose a new message. The autocomplete will find either Persons or Groups.
    4354