Saving Preordernotification and test email done

This commit is contained in:
Frank Schubert
2023-01-26 19:24:35 +01:00
parent 844e6ccd2a
commit d2ceb7ead8
14 changed files with 791 additions and 100 deletions
@@ -1,13 +1,14 @@
<?php
class PreordernotificationModel {
public $name = null;
public $subject;
public $body_text;
public $body_html;
public $tosend_date;
public $sent_date;
public $recipient_count;
public $preordercampaign_id;
public $preorder_filter;
public $note = null;
public $create_by = null;