You are here

README.txt in Mailing List 8

MAILING LIST DRUPAL MODULE
==========================

CONTENTS OF THIS FILE
---------------------

 * Summary
 * Requirements
 * Installation
 * Configuration
 * Recommended modules
 * Contact


SUMMARY
-------

This is a multipurpose mailing list module. It provides:

 * a mailing list entity type. Create a bundle for each particular list your
   website needs. Define your own fields that will be available on the
   subscription form.

 * a subscription entity type. Subscriptions are content entities, they will
   be available for views, hooks, etc.

 * double opt-in with email confirmation


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

No special requirements needed for single opt-in mailing list. The
subscription confirmation depends on the email_confirmer module available at:

https://www.drupal.org/project/email_confirmer


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

Install the main mailing list module as usual, see:

  https://www.drupal.org/node/1897420

for further information.

The confirmed opt-in is provided by the mailing list confirm submodule. Enable
it and its dependencies if they were not installed.


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

Basic steps:

 * create your first mailing list at Structure -> Mailing lists -> Add a new
   mailing list

 * grant the subscribe permission to some roles at People -> Permissions. Also
   enable access email confirmation (provided by email_confirmer) if
   subscription confirmation is enabled

 * add a subscription block in some area at Structure -> Block layout -> Place
   block

 * administer subscriptions at People -> Mailing list subscriptions


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

 * Views Send (views_send) - https://www.drupal.org/project/views_send
   Send newsletters to your mailing list subscribers with it.

 * Automatic Entity Label (auto_entitylabel) -
   https://www.drupal.org/project/auto_entitylabel
   Hide subscription title/name and fill it with a computed value.

 * CSV Serialization - (csv_serialization) -
   https://www.drupal.org/project/csv_serialization
   To export your mailing list as CSV.

 * Inmail (inmail) - https://www.drupal.org/project/inmail
   Deal with bounces.


CONTACT
-------

Current maintainers:

Drupal 8 version:

 * Manuel Adan (manuel.adan) - https://www.drupal.org/user/516420

Drupal 7 version:

 * Oleg Terenchuk (litwol) - https://www.drupal.org/user/78134
 * Jacob Singh (JacobSingh) - https://www.drupal.org/user/68912

File

README.txt
View source
  1. MAILING LIST DRUPAL MODULE
  2. ==========================
  3. CONTENTS OF THIS FILE
  4. ---------------------
  5. * Summary
  6. * Requirements
  7. * Installation
  8. * Configuration
  9. * Recommended modules
  10. * Contact
  11. SUMMARY
  12. -------
  13. This is a multipurpose mailing list module. It provides:
  14. * a mailing list entity type. Create a bundle for each particular list your
  15. website needs. Define your own fields that will be available on the
  16. subscription form.
  17. * a subscription entity type. Subscriptions are content entities, they will
  18. be available for views, hooks, etc.
  19. * double opt-in with email confirmation
  20. REQUIREMENTS
  21. ------------
  22. No special requirements needed for single opt-in mailing list. The
  23. subscription confirmation depends on the email_confirmer module available at:
  24. https://www.drupal.org/project/email_confirmer
  25. INSTALLATION
  26. ------------
  27. Install the main mailing list module as usual, see:
  28. https://www.drupal.org/node/1897420
  29. for further information.
  30. The confirmed opt-in is provided by the mailing list confirm submodule. Enable
  31. it and its dependencies if they were not installed.
  32. CONFIGURATION
  33. -------------
  34. Basic steps:
  35. * create your first mailing list at Structure -> Mailing lists -> Add a new
  36. mailing list
  37. * grant the subscribe permission to some roles at People -> Permissions. Also
  38. enable access email confirmation (provided by email_confirmer) if
  39. subscription confirmation is enabled
  40. * add a subscription block in some area at Structure -> Block layout -> Place
  41. block
  42. * administer subscriptions at People -> Mailing list subscriptions
  43. RECOMMENDED MODULES
  44. -------------------
  45. * Views Send (views_send) - https://www.drupal.org/project/views_send
  46. Send newsletters to your mailing list subscribers with it.
  47. * Automatic Entity Label (auto_entitylabel) -
  48. https://www.drupal.org/project/auto_entitylabel
  49. Hide subscription title/name and fill it with a computed value.
  50. * CSV Serialization - (csv_serialization) -
  51. https://www.drupal.org/project/csv_serialization
  52. To export your mailing list as CSV.
  53. * Inmail (inmail) - https://www.drupal.org/project/inmail
  54. Deal with bounces.
  55. CONTACT
  56. -------
  57. Current maintainers:
  58. Drupal 8 version:
  59. * Manuel Adan (manuel.adan) - https://www.drupal.org/user/516420
  60. Drupal 7 version:
  61. * Oleg Terenchuk (litwol) - https://www.drupal.org/user/78134
  62. * Jacob Singh (JacobSingh) - https://www.drupal.org/user/68912