Which method in the Email Class is used to send HTML formatted emails?
- send()
- set_format()
- set_html()
- set_mailtype()
The set_mailtype() method in the Email Class is used to specify the email format. Setting it to 'html' enables the sending of HTML-formatted emails. This is essential when you want to include styled content in your emails.
Loading...
Related Quiz
- A mobile app uses OAuth for authentication. The app should primarily use the ________ grant type to ensure security and efficiency.
- What is the primary purpose of OAuth in web applications?
- In a modular CodeIgniter application, modules are typically organized within the ________ directory.
- Which of the following CodeIgniter features is essential for handling RESTful API requests efficiently?
- In CodeIgniter, what is the significance of HTTP status codes in RESTful API responses?