diff --git a/apps/basic/mails/layouts/html.php b/apps/basic/mails/layouts/html.php new file mode 100644 index 0000000..2e6b615 --- /dev/null +++ b/apps/basic/mails/layouts/html.php @@ -0,0 +1,24 @@ + +beginPage() ?> + + + + + <?= Html::encode($this->title) ?> + head() ?> + + + beginBody() ?> + + endBody() ?> + + +endPage() ?> \ No newline at end of file