To configure SMTP settings for sending emails in CodeIgniter, one must edit the ________ file.
- config.php
- email.php
- settings.php
- smtp.php
In CodeIgniter, SMTP settings for sending emails are configured in the email.php configuration file. This file allows you to specify various email-related settings, including the SMTP server configuration.
Loading...
Related Quiz
- To view benchmark results in CodeIgniter, use the ______ method of the Output class.
- To prevent XXE attacks, it's crucial to disable ________ when processing XML file uploads.
- How do you manage dependencies when integrating multiple third-party libraries in CodeIgniter?
- For a report generation module that involves multiple table joins and specific conditions, the recommended approach using Active Record Class is: ________.
- How does CodeIgniter's logging mechanism assist in identifying security issues?