Changes between Version 31 and Version 32 of UserGuidelines/Messaging


Ignore:
Timestamp:
06/05/13 15:32:56 (11 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuidelines/Messaging

    v31 v32  
     1= User Guidelines - Messaging =
    12[[TOC]]
    2 = User Guidelines - Messaging =
    3 This is the userguide for the current version of the Messaging module
     3This is the user guide for the current version of the Messaging module
    44
    5 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].
     5NB The Scheduled task(s) needs to be enabled to both receive & send messages.
     6
    67== Email ==
    78=== How do I use Gmail to send outbound mail? ===
     
    910Uncomment these lines & put in the username/password that you wish to use:
    1011{{{
    11 #deployment_settings.mail.server = "smtp.gmail.com:587"
    12 #deployment_settings.mail.login = "username:password"
     12#settings.mail.server = "smtp.gmail.com:587"
     13#settings.mail.login = "username:password"
    1314}}}
    1415
     
    7071
    7172The incoming message can include mis-spelt keywords (since they are parsed by the {{{parserdooth()}}} function which uses difflib).
     73
    7274=== How does it work? ===
    7375Compose a new message. The autocomplete will find either Persons or Groups.
     
    7880
    7981== Message Parsing ==
     82See: UserGuidelines/Messaging/Parser
    8083
    81 wiki:GSOC2012/MessageParsingUserGuidelines
    82 == More ==
    83  * [wiki:BluePrintMessagingModule BluePrint for the Messaging Module]
     84== See Also ==
     85 * DeveloperGuidelines/Messaging
     86 * BluePrint/Messaging
    8487
    8588----