I want to try to send an email using phpmailer in the codeigniter 3 framework, after I tested it on localhost the email was sent successfully, but when I try to run it on the hosting server an error message appears
Then I try to check my code, everything is normal, there is no difference, here is my code :
application/config/email.php
application/controller/Email.php
I hope someone can help me here,
Thank you