constant SIMPLENEWS_SEND_CHECK_INTERVAL in Simplenews 6
Same name and namespace in other branches
- 6.2 simplenews.module \SIMPLENEWS_SEND_CHECK_INTERVAL
- 7.2 simplenews.module \SIMPLENEWS_SEND_CHECK_INTERVAL
- 7 simplenews.module \SIMPLENEWS_SEND_CHECK_INTERVAL
AFTER EACH 100 NEWSLETTERS simplenews_mail_spool() CHECKS IF LIMITS ARE EXCEEDED
1 use of SIMPLENEWS_SEND_CHECK_INTERVAL
- simplenews_mail_spool in ./
simplenews.module - Send simplenews newsletters from the spool.
File
- ./
simplenews.module, line 53 - Simplnews node handling, sent email, newsletter block and general hooks
Code
define('SIMPLENEWS_SEND_CHECK_INTERVAL', 100);