Changes between Version 2 and Version 3 of PloneSMS
- Timestamp:
- Nov 23, 2005 4:25:31 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PloneSMS
v2 v3 31 31 == Developer reference == 32 32 33 Products: 34 33 35 * [wiki:PloneSMS/ShortMessage ShortMessage] 34 36 * [wiki:PloneSMS/PloneSMSCommunicator PloneSMSCommunicator] 37 38 The most important API function is [source:PloneSMSCommunicator/trunk/PloneSMSCommunicator.py PloneSMSCommunicator.send_Request()]. It is sending SMS via cellphone provider. 39 40 The example use of the function can be found in [source:ShortMessage/trunk/Extensions/Sm_Workflow.py send_publishedMessage()].