Hello, I want to send emails from my site but I don’t know why I get an error indicating that my class is not found in my PHPMailer file. Here is the error I get: Fatal error: Uncaught Error: Class ‘PHPMailer’ not found in /home/vol10_8/infinityfree.com/if0_34839555/newlist.free.nf/htdocs/testmail.php:12 Stack trace: # 0 {main} thrown in /home/vol10_8/infinityfree.com/if0_34839555/newlist.free.nf/htdocs/testmail.php on line 12 and my website: https://newlist.free.nf
Do you have the necessary PHPMailer files? Keep in mind that you cannot just “oh I want to use PHPMailer so I just new PHPMailer”. It is not a built-in function.