You are here

Mail spool in Simplenews 7.2

Same name and namespace in other branches
  1. 8.2 simplenews.api.php \spool
  2. 8 simplenews.api.php \spool
  3. 7 simplenews.api.php \spool
  4. 3.x simplenews.api.php \spool

@todo

File

./simplenews.api.php, line 52
Hooks provided by the Simplenews module.

Functions

Namesort descending Location Description
simplenews_clear_spool includes/simplenews.mail.inc Remove old records from mail spool table.
simplenews_count_spool includes/simplenews.mail.inc Count data in mail spool table.
simplenews_delete_spool includes/simplenews.mail.inc Remove records from mail spool table according to the conditions.
simplenews_get_spool includes/simplenews.mail.inc This function allocates messages to be sent in current run.
simplenews_mail_spool includes/simplenews.mail.inc Send simplenews newsletters from the spool.
simplenews_save_spool includes/simplenews.mail.inc Save mail message in mail cache table.
simplenews_update_spool includes/simplenews.mail.inc Update status of mail data in spool table.

Classes

Namesort descending Location Description
SimplenewsSpool includes/simplenews.source.inc Simplenews Spool implementation.

Interfaces

Namesort descending Location Description
SimplenewsSpoolInterface includes/simplenews.source.inc A Simplenews spool implementation is a factory for Simplenews sources.