To customize the email header, the Email Class uses the ________ method.
- custom_header
- header_custom
- set_custom
- set_header
The correct method to customize the email header in the Email Class is set_header. This method allows you to set custom headers for your emails, providing flexibility in the email structure.
Loading...
Related Quiz
- What is the purpose of checking MIME types in file uploads for security?
- What is the primary security concern when allowing file uploads in a web application?
- In CodeIgniter, what is the significance of the 'core' subdirectory within the 'application' directory?
- In a multi-developer environment, managing __________ for third-party libraries is crucial for consistent functionality in CodeIgniter applications.
- What is the best practice for handling dependencies in a custom library in CodeIgniter?