We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
//Load PHPMailer library $this->load->library('phpmailer_lib'); //PHPMailer object $mail = $this->phpmailer_lib->load();
The above code is working in codeignitor 3. But not working in codeignitor 4.
What I need to use instead of the above?
Thank you
The text was updated successfully, but these errors were encountered:
Please raise your questions in the forum. Github is used only for bug reports.
Sorry, something went wrong.
No branches or pull requests
The above code is working in codeignitor 3. But not working in codeignitor 4.
What I need to use instead of the above?
Thank you
The text was updated successfully, but these errors were encountered: