1. 使用命令会出现
php bin/hyperf.php gen:mail TestMail --markdown
错误信息:
PHP Fatal error: Uncaught TypeError: FriendsOfHyperf\Mail\Command\MailCommand::getView(): Return value must be of type string, true returned in /opt/www/vendor/friendsofhyperf/mail/src/Command/MailCommand.php:92
2. 使用 htmlString
[ERROR] Exception: TypeError(0), Message: FriendsOfHyperf\Mail\Mailer::addContent(): Argument #2 ($view) must be of type Closure|string|null, FriendsOfHyperf\Support\HtmlString given, called in /opt/www/vendor/friendsofhyperf/mail/src/Mailer.php on line 201
1. 使用命令会出现
php bin/hyperf.php gen:mail TestMail --markdown错误信息:
2. 使用 htmlString