diff --git a/mail/layouts/text.php b/mail/layouts/text.php new file mode 100644 index 0000000..c376864 --- /dev/null +++ b/mail/layouts/text.php @@ -0,0 +1,13 @@ +beginPage(); +$this->beginBody(); +echo $content; +$this->endBody(); +$this->endPage();