constant SIMPLENEWS_SPOOL_PENDING in Simplenews 7
Same name and namespace in other branches
- 6.2 simplenews.module \SIMPLENEWS_SPOOL_PENDING
- 6 simplenews.module \SIMPLENEWS_SPOOL_PENDING
- 7.2 simplenews.module \SIMPLENEWS_SPOOL_PENDING
4 uses of SIMPLENEWS_SPOOL_PENDING
- simplenews_count_spool in includes/
simplenews.mail.inc - Count data in mail spool table.
- simplenews_get_spool in includes/
simplenews.mail.inc - This function allocates messages to be sent in current run.
- simplenews_save_spool in includes/
simplenews.mail.inc - Save mail message in mail cache table.
- simplenews_send_source in includes/
simplenews.mail.inc - Send a node to an email address.
File
- ./
simplenews.module, line 43 - Simplenews node handling, sent email, newsletter block and general hooks
Code
define('SIMPLENEWS_SPOOL_PENDING', 1);