Which protocol is commonly used for sending emails programmatically from a web application?
- FTP
- HTTP
- POP3
- SMTP
SMTP (Simple Mail Transfer Protocol) is commonly used for sending emails programmatically. It handles the outgoing mail flow on the internet.
Loading...
Related Quiz
- Which file needs to be modified to autoload a custom library in CodeIgniter?
- Which type of form validation occurs on the server-side after the data is submitted?
- How does CodeIgniter's 'show_error()' function differ from 'show_404()'?
- The ________ method in CodeIgniter is crucial for handling conditional rollbacks in transactions.
- To customize the email header, the Email Class uses the ________ method.