]> git.mxchange.org Git - mailer.git/blobdiff - inc/wrapper-functions.php
The usual asset of bugfixes/improvements:
[mailer.git] / inc / wrapper-functions.php
index 4a6e0e0dc9f01ea38ffd6727128eff575e8c1318..80a4236061b0257e1eb83ee3eda39b7fa487eb0d 100644 (file)
@@ -2009,6 +2009,18 @@ function getLastMonth () {
        return $GLOBALS[__FUNCTION__];
 }
 
+// "Getter" for max_send
+function getMaxSend () {
+       // Do we have cache?
+       if (!isset($GLOBALS[__FUNCTION__])) {
+               // Determine it
+               $GLOBALS[__FUNCTION__] = getConfig('max_send');
+       } // END - if
+
+       // Return cache
+       return $GLOBALS[__FUNCTION__];
+}
+
 // "Getter" for __DB_NAME
 function getDbName () {
        // Do we have cache?