Welcome Guest, Not a member yet? Register   Sign In
SMTP problem ( same as codeigniter 3)
#6

(01-22-2021, 02:00 PM)iRedds Wrote: oh, GOD.

app/Config/Autoload.php 
property $psr4
add a pair (namespace => path)
PHP Code:
'PHPMailer\PHPMailer' => APPPATH 'ThirdParty/phpmailer/src' 

In a controller

PHP Code:
use PHPMailer\PHPMailer\PHPMailer

$mailer 
= new PHPMailer(); 

I dont want autoload phpmailer but use or only where i want use why the class aren't round?
Reply


Messages In This Thread
RE: SMTP problem ( same as codeigniter 3) - by pippuccio76 - 01-22-2021, 02:03 PM



Theme © iAndrew 2016 - Forum software by © MyBB