Updated Building Map / added liezen export import script
This commit is contained in:
@@ -21,6 +21,9 @@ class Preordernotification extends mfBaseModel {
|
||||
public function sendToPreorder(Preorder $preorder, $email_to = false) {
|
||||
$subject = $this->subject;
|
||||
$body = $this->replaceBodyVariables($this->body_html, $preorder); // TODO: Variable replacement
|
||||
|
||||
// TODO: Extract text part
|
||||
|
||||
//var_dump($body);exit;
|
||||
$from = $this->sender_email;
|
||||
$from_name = $this->sender_name;
|
||||
|
||||
Reference in New Issue
Block a user