You are here

README.txt in Messaging 5

Same filename in this branch
  1. 5 README.txt
  2. 5 messaging_phpmailer/README.txt
Same filename and directory in other branches
  1. 6.4 README.txt
  2. 6 README.txt
  3. 6.2 README.txt
  4. 6.3 README.txt
  5. 7 README.txt
README.txt - Drupal Module - Messaging
======================================

Note: This version is on maintenance mode so no more features for it.

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

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_sms: Integration with SMS Framework
- messaging_phpmailer: Integration with PHPMailer library (sends html mail)
- messaging_mime_mail: Integration with MIME Mail
...

Developers:
-----------
- Tim Cullen
- Jeff Miccolis
- Jose A. Reyero
- Ted Serbinski
- Will White

File

README.txt
View source
  1. README.txt - Drupal Module - Messaging
  2. ======================================
  3. Note: This version is on maintenance mode so no more features for it.
  4. Drupal Messaging Framework
  5. This is a messaging framework to allow message sending in a channel independent way
  6. It will provide a common API for sending while allowing plugins for multiple channels
  7. This Messaging Framework has been primarily developed to be used by the Notifications Framework.
  8. See Drupal notifications module for an usage usage example implementing the full messaging capabilities.
  9. Online documentation, includes end user and development handbooks: http://drupal.org/node/252582
  10. Features:
  11. ---------
  12. - Provides a method agnostic API for composing and sending messages
  13. - Handles message composition and formatting depending on sending method
  14. - Supports multiple plug-ins for different message methods
  15. - Supports 'push' and 'pull' message delivery
  16. Plug-ins provided in this package:
  17. ---------------------------------
  18. - messaging_mail: Integration with Drupal core mail API
  19. - messaging_private: Integration with Privatemsg
  20. - messaging_simple: Provides a simple UI for viewing pending messages for a user
  21. - messaging_sms: Integration with SMS Framework
  22. - messaging_phpmailer: Integration with PHPMailer library (sends html mail)
  23. - messaging_mime_mail: Integration with MIME Mail
  24. ...
  25. Developers:
  26. -----------
  27. - Tim Cullen
  28. - Jeff Miccolis
  29. - Jose A. Reyero
  30. - Ted Serbinski
  31. - Will White