Add a green box in stats for recently sent newsletters, add help KB link [MAILPOET-877]

This commit is contained in:
Alexey Stoletniy
2017-04-18 15:30:55 +03:00
parent e9070de9c4
commit 95ff83557f
7 changed files with 83 additions and 22 deletions

View File

@ -372,7 +372,8 @@ class Newsletters extends APIEndpoint {
'filters' => $listing_data['filters'],
'groups' => $listing_data['groups'],
'mta_log' => Setting::getValue('mta_log'),
'mta_method' => Setting::getValue('mta.method')
'mta_method' => Setting::getValue('mta.method'),
'current_time' => current_time('mysql')
));
}