README.txt 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. -- SUMMARY --
  2. The Simplenews Scheduler module allows you to send a newsletter as a re-occurring item
  3. based on a schedule. It does so by creating a new "edition" (rendered copy as HTML Format)
  4. of a node at the time that it required to be sent again.
  5. The editions have an extra tab (for those with permissions) for viewing all editions as well as
  6. the original newsletter they are generated from. The original newsletter is never sent but all
  7. editions are according to a pre-defined schedule which is triggered via cron and can be
  8. defined when you create or edit a simplenews node.
  9. Current options for sending are by day, week, and month.
  10. For a full description of the module, visit the project page:
  11. http://drupal.org/project/simplenews_scheduler
  12. To submit bug reports and feature suggestions, or to track changes:
  13. http://drupal.org/project/issues/simplenews_scheduler
  14. -- REQUIREMENTS --
  15. * Simplenews module - http://drupal.org/project/simplenews
  16. * Date module - http://drupal.org/project/date
  17. -- INSTALLATION --
  18. * Install as usual, see http://drupal.org/node/70151 for further information.
  19. -- RECOMMENDED --
  20. * SuperCron module - http://drupal.org/project/supercron
  21. -- CONFIGURATION --
  22. Locate the module options under "Send newsletter" on the node edit page. When you select
  23. "Send newsletter according to schedule" a new section titled "Schedule details" appear.
  24. -- CONTACT --
  25. Current maintainers:
  26. * Leigh Morresi (dgtlmoon) - http://drupal.org/user/25027
  27. * Gabor Seljan (sgabe) - http://drupal.org/user/232117
  28. -- D7 RELEASE NOTES --
  29. A field for interval frequency was integrated. At the moment it's not possible to create
  30. a custom plaintext version of the newsletter for scheduled sending.