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

(01-22-2021, 09:45 AM)demyr Wrote: Si, puoi usarlo anche con il CI 4.*  

Please follow this thread and the ways our friends showed how to use Phpmailer with CI4. It's pretty easy. Be careful with the app/config/autoload.php part.

Saluti!

* you can also use it with CI4
Ciao demyr  Wink  .... I install the phpmailer library in ThirdParty , change the namespace as 

namespace App\ThirdParty\phpmailer\src\PHPMailer\PHPMailer;

in PHPMailer,SMTP,EXCEPTION,OAuth

in controller where i must use :

use App\ThirdParty\phpmailer\src\PHPMailer\PHPMailer\PHPMailer;
use App\ThirdParty\phpmailer\src\PHPMailer\PHPMailer\Exception;
use App\ThirdParty\phpmailer\src\PHPMailer\PHPMailer\SMTP;

but i have this error :

Class 'App\ThirdParty\phpmailer\src\PHPMailer\PHPMailer\PHPMailer' not found
Reply


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



Theme © iAndrew 2016 - Forum software by © MyBB