You are here

constant SIMPLENEWS_SEND_CHECK_INTERVAL in Simplenews 7.2

Same name and namespace in other branches
  1. 6.2 simplenews.module \SIMPLENEWS_SEND_CHECK_INTERVAL
  2. 6 simplenews.module \SIMPLENEWS_SEND_CHECK_INTERVAL
  3. 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 includes/simplenews.mail.inc
Send simplenews newsletters from the spool.

File

./simplenews.module, line 51
Simplenews node handling, sent email, newsletter block and general hooks

Code

define('SIMPLENEWS_SEND_CHECK_INTERVAL', 100);