Merge pull request #391 from mailpoet/scheduled_sending

Scheduled sending
This commit is contained in:
Tautvidas Sipavičius
2016-03-18 18:49:47 +02:00
9 changed files with 170 additions and 36 deletions

View File

@ -180,6 +180,14 @@ class Populator {
'name' => 'nthWeekDay',
'newsletter_type' => 'notification',
),
array(
'name' => 'schedule',
'newsletter_type' => 'notification',
),
array(
'name' => 'lastSentData',
'newsletter_type' => 'notification',
),
);
}