Save the re-engagement email

[MAILPOET-3763]
This commit is contained in:
Pavel Dohnal
2021-09-13 12:49:54 +02:00
committed by Veljko V
parent 05400ec646
commit 6ac7015b5c
4 changed files with 52 additions and 9 deletions

View File

@ -28,6 +28,7 @@ class NewsletterEntity {
const TYPE_NOTIFICATION = 'notification';
const TYPE_NOTIFICATION_HISTORY = 'notification_history';
const TYPE_WC_TRANSACTIONAL_EMAIL = 'wc_transactional';
const TYPE_RE_ENGAGEMENT = 're_engagement';
// standard newsletters
const STATUS_DRAFT = 'draft';