我正在向不同的用户发送电子邮件,但它给了我这个错误,我不知道这意味着什么
$mail = new Message();
$mail->setFrom('no-reply@example.com', "Example.com");
$mail->setBody($htmlString);
$mail->addTo("email@gmail.com", "User Name");
$mail->setSubject("Subject");
$transport = new Sendmail();
$transport->send($mail);
并给出错误
文件: /var/www/html/vendor/zendframework/zend-mail/src/Transport/Sendmail.php:291
消息: 无法发送邮件:未知错误