Send with review

- updated MailPoet logo
- added SPF
- hide Dkim for beta
- added warning in case the number of emails/sec is too high
This commit is contained in:
Jonathan Labreuille
2016-04-06 16:52:22 +02:00
parent 1569b5f80a
commit 945d7edc70
6 changed files with 111 additions and 76 deletions

View File

@@ -11,7 +11,7 @@ class Setting extends Model {
const DEFAULT_SENDING_METHOD_GROUP = 'website';
const DEFAULT_SENDING_METHOD = 'PHPMail';
const DEFAULT_SENDING_FREQUENCY_EMAILS = 25;
const DEFAULT_SENDING_FREQUENCY_INTERVAL = 15; // in minutes
const DEFAULT_SENDING_FREQUENCY_INTERVAL = 5; // in minutes
function __construct() {
parent::__construct();