You are here

README.txt in Views Send 8

Same filename and directory in other branches
  1. 6 README.txt
  2. 7 README.txt
CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Requirements
 * Recommended Modules
 * Installation
 * Configuration
 * Maintainers


INTRODUCTION
------------

The Views Send module allows mass mailing using Views. You can either queue the
messages in a spool table and deliver on cron, or you can select to send the
messages directly using the Batch API in stead. You can control how many messages
will be sent per cron run.

 * For a full description of the module visit:
   https://www.drupal.org/project/views_send

 * To submit bug reports and feature suggestions, or to track changes visit:
   https://www.drupal.org/project/issues/views_send


REQUIREMENTS
------------

This module requires no modules outside of Drupal core.


RECOMMENDED MODULES
-------------------

* Mime Mail - https://www.drupal.org/project/mimemail
  When the Mime Mail module is enabled, the user can choose to send rich HTML
  messages and/or use attachments.
* Tokens - https://www.drupal.org/project/token
  When the Tokens module is enabled, the user can insert context tokens into the
  subject or body of the message. Note that row-based tokens are available even
  if Tokens module is disabled.
* Rules - https://www.drupal.org/project/rules
  When the Rules module is enabled, the user can define actions for when emails
  are sent and/or placed in the spool.

Similar modules:

 * Simplenews - https://drupal.org/project/simplenews
   Some pieces of code were inspired by Simplenews module.


INSTALLATION
------------

 * Install the Views Send module as you would normally install a contributed
   Drupal module. Visit https://www.drupal.org/node/1897420 for further
   information.


CONFIGURATION
-------------

To modify the module's default general settings navigate to
Administration > Configuration > System > Views Send

To actually use the module you have to create a view:

 1. Create a view with a page (or block) display
    and add at least one column containing e-mail addresses.
 2. [Optional] Expose filters to let the user easily build list of
    recipients using UI.
 3. Add the "Global: Send e-mail" field to your view. This field provides the
    checkboxes that allow the user to select multiple rows.
 4. [Optional] Add a field that contains recipient names, which can be used to
    generate display names in the "To" field when sending e-mails.
 4. Save the view, load the page (or a page with the block), use any exposed
    filters to build the list, select all or some rows and choose "Send e-mail".
 5. Fill the message form to configure the e-mail. Use tokens to personalize
    the e-mail.
 6. Preview and send the message.


MAINTAINERS
-----------

 * Module maintainer
   Hans Fredrik Nordhaug (hansfn) - https://drupal.org/user/40521
 * Module author of original Drupal 6 version
   Claudiu Cristea (claudiu.cristea) - https://drupal.org/user/56348
 * The Drupal 6 version of this module was sponsored by Grafit SRL -
   http://www.grafitsolutions.ro


HOW CAN YOU GET INVOLVED?

 * Help translate this module at Drupal Localize Server
   http://localize.drupal.org/translate/projects/views_send

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Recommended Modules
  6. * Installation
  7. * Configuration
  8. * Maintainers
  9. INTRODUCTION
  10. ------------
  11. The Views Send module allows mass mailing using Views. You can either queue the
  12. messages in a spool table and deliver on cron, or you can select to send the
  13. messages directly using the Batch API in stead. You can control how many messages
  14. will be sent per cron run.
  15. * For a full description of the module visit:
  16. https://www.drupal.org/project/views_send
  17. * To submit bug reports and feature suggestions, or to track changes visit:
  18. https://www.drupal.org/project/issues/views_send
  19. REQUIREMENTS
  20. ------------
  21. This module requires no modules outside of Drupal core.
  22. RECOMMENDED MODULES
  23. -------------------
  24. * Mime Mail - https://www.drupal.org/project/mimemail
  25. When the Mime Mail module is enabled, the user can choose to send rich HTML
  26. messages and/or use attachments.
  27. * Tokens - https://www.drupal.org/project/token
  28. When the Tokens module is enabled, the user can insert context tokens into the
  29. subject or body of the message. Note that row-based tokens are available even
  30. if Tokens module is disabled.
  31. * Rules - https://www.drupal.org/project/rules
  32. When the Rules module is enabled, the user can define actions for when emails
  33. are sent and/or placed in the spool.
  34. Similar modules:
  35. * Simplenews - https://drupal.org/project/simplenews
  36. Some pieces of code were inspired by Simplenews module.
  37. INSTALLATION
  38. ------------
  39. * Install the Views Send module as you would normally install a contributed
  40. Drupal module. Visit https://www.drupal.org/node/1897420 for further
  41. information.
  42. CONFIGURATION
  43. -------------
  44. To modify the module's default general settings navigate to
  45. Administration > Configuration > System > Views Send
  46. To actually use the module you have to create a view:
  47. 1. Create a view with a page (or block) display
  48. and add at least one column containing e-mail addresses.
  49. 2. [Optional] Expose filters to let the user easily build list of
  50. recipients using UI.
  51. 3. Add the "Global: Send e-mail" field to your view. This field provides the
  52. checkboxes that allow the user to select multiple rows.
  53. 4. [Optional] Add a field that contains recipient names, which can be used to
  54. generate display names in the "To" field when sending e-mails.
  55. 4. Save the view, load the page (or a page with the block), use any exposed
  56. filters to build the list, select all or some rows and choose "Send e-mail".
  57. 5. Fill the message form to configure the e-mail. Use tokens to personalize
  58. the e-mail.
  59. 6. Preview and send the message.
  60. MAINTAINERS
  61. -----------
  62. * Module maintainer
  63. Hans Fredrik Nordhaug (hansfn) - https://drupal.org/user/40521
  64. * Module author of original Drupal 6 version
  65. Claudiu Cristea (claudiu.cristea) - https://drupal.org/user/56348
  66. * The Drupal 6 version of this module was sponsored by Grafit SRL -
  67. http://www.grafitsolutions.ro
  68. HOW CAN YOU GET INVOLVED?
  69. * Help translate this module at Drupal Localize Server
  70. http://localize.drupal.org/translate/projects/views_send