Class "PHPMailer\PHPMailer\PHPMailer" not found |
08-31-2022, 07:12 AM
(This post was last modified: 08-31-2022, 07:16 AM by captain-sensible. Edit Reason: extra added )
I use phpmailer and it works a treat. Structure of my app is :
Code: [andrew@darkstar:/srv/http]$ tree -L 1 ads.com (08-31 15:08) /app/config/Autolaod.php is " Code: public $psr4 = [ And in controller to use it : Code: <?php namespace App\Controllers; structure of PHPMAiler directory is: Code: the classes for phpmailer are of course in source |
Messages In This Thread |
Class "PHPMailer\PHPMailer\PHPMailer" not found - by mazz - 08-31-2022, 05:56 AM
RE: Class "PHPMailer\PHPMailer\PHPMailer" not found - by captain-sensible - 08-31-2022, 07:12 AM
RE: Class "PHPMailer\PHPMailer\PHPMailer" not found - by mazz - 08-31-2022, 07:29 AM
RE: Class "PHPMailer\PHPMailer\PHPMailer" not found - by captain-sensible - 08-31-2022, 08:20 AM
RE: Class "PHPMailer\PHPMailer\PHPMailer" not found - by kenjis - 08-31-2022, 04:20 PM
RE: Class "PHPMailer\PHPMailer\PHPMailer" not found - by captain-sensible - 09-18-2022, 02:41 AM
|