You are here

README.txt in Messaging 6.4

README.txt - Drupal Module - Messaging
======================================

Drupal Messaging Framework

This is a messaging framework to allow message sending in a channel independent way
It will provide a common API for sending while allowing plugins for multiple channels

This Messaging Framework has been primarily developed to be used by the Notifications Framework.
See Drupal notifications module for an usage usage example implementing the full messaging capabilities.

Online documentation, includes end user and development handbooks: http://drupal.org/node/252582

SimpleTest:
-----------
Tests for this module will run on SimpleTest 6.x-2.8 (old version).
About this see http://drupal.org/node/584596

Features:
---------
- Provides a method agnostic API for composing and sending messages
- Handles message composition and formatting depending on sending method
- Supports multiple plug-ins for different message methods
- Supports 'push' and 'pull' message delivery

Plug-ins provided in this package:
---------------------------------
- messaging_mail: Integration with Drupal core mail API
- messaging_private: Integration with Privatemsg
- messaging_simple: Provides a simple UI for viewing pending messages for a user
- messaging_mime_mail: Mime mail integration
- messaging_phpmailer: HTML mails through PHPMailer
- messaging_debug: Debugging tools for developers
...

Note: some of the plug-ins depend on other packages and may not be available yet for Drupal 6

Developers:
-----------
- Tim Cullen
- Jeff Miccolis
- Jose A. Reyero

Development Seed, http://www.developmentseed.org

File

README.txt
View source
  1. README.txt - Drupal Module - Messaging
  2. ======================================
  3. Drupal Messaging Framework
  4. This is a messaging framework to allow message sending in a channel independent way
  5. It will provide a common API for sending while allowing plugins for multiple channels
  6. This Messaging Framework has been primarily developed to be used by the Notifications Framework.
  7. See Drupal notifications module for an usage usage example implementing the full messaging capabilities.
  8. Online documentation, includes end user and development handbooks: http://drupal.org/node/252582
  9. SimpleTest:
  10. -----------
  11. Tests for this module will run on SimpleTest 6.x-2.8 (old version).
  12. About this see http://drupal.org/node/584596
  13. Features:
  14. ---------
  15. - Provides a method agnostic API for composing and sending messages
  16. - Handles message composition and formatting depending on sending method
  17. - Supports multiple plug-ins for different message methods
  18. - Supports 'push' and 'pull' message delivery
  19. Plug-ins provided in this package:
  20. ---------------------------------
  21. - messaging_mail: Integration with Drupal core mail API
  22. - messaging_private: Integration with Privatemsg
  23. - messaging_simple: Provides a simple UI for viewing pending messages for a user
  24. - messaging_mime_mail: Mime mail integration
  25. - messaging_phpmailer: HTML mails through PHPMailer
  26. - messaging_debug: Debugging tools for developers
  27. ...
  28. Note: some of the plug-ins depend on other packages and may not be available yet for Drupal 6
  29. Developers:
  30. -----------
  31. - Tim Cullen
  32. - Jeff Miccolis
  33. - Jose A. Reyero
  34. Development Seed, http://www.developmentseed.org