Changes between Version 2 and Version 3 of PloneSMS


Ignore:
Timestamp:
Nov 23, 2005 4:25:31 PM (18 years ago)
Author:
myroslav
Comment:

Code highlights

Legend:

Unmodified
Added
Removed
Modified
  • PloneSMS

    v2 v3  
    3131== Developer reference == 
    3232 
     33Products: 
     34 
    3335 * [wiki:PloneSMS/ShortMessage ShortMessage]  
    3436 * [wiki:PloneSMS/PloneSMSCommunicator PloneSMSCommunicator] 
     37 
     38The most important API function is [source:PloneSMSCommunicator/trunk/PloneSMSCommunicator.py PloneSMSCommunicator.send_Request()]. It is sending SMS via cellphone provider. 
     39 
     40The example use of the function can be found in [source:ShortMessage/trunk/Extensions/Sm_Workflow.py send_publishedMessage()].