在错误日志中,我看到了这个错误:
mod_fcgid: stderr: PHP Fatal error: Class 'phpmailer' not found in /var/www/vhosts/example.com/public_html/app/Tygh/Mailer.php on line 18, referer: https://example.com/inde
我使用php mailer将邮件发送到我的域上的电子邮件帐户,使用表单元素获得的信息,但是它会带来错误Could not Instantiate Mail Function,我已经在我的xamp服务器上尝试过,并且在我的域上也尝试过它,它仍然不能工作,请允许我做错什么,下面是我的代码,是因为我没有使用SMTP,请在哪里可能我的错误?php
use PHPMailer\PHPMailer\P