diff --git a/config/mail.php b/config/mail.php index 2f901d3ded..f975f9d788 100755 --- a/config/mail.php +++ b/config/mail.php @@ -132,4 +132,15 @@ return [ 'sendmail' => '/usr/sbin/sendmail -bs', + + + + 'markdown' => [ + 'theme' => 'default', + + 'paths' => [ + resource_path('views/vendor/mail'), + ], + ], + ];