For robust email integration, ________ is used to verify the sender's identity to prevent email spoofing.
- DKIM
- HMAC
- OAuth
- SSL/TLS
DomainKeys Identified Mail (DKIM) is a method used to verify the authenticity of the sender's identity in email communication. It involves adding a digital signature to the email message, which can be verified by the recipient's email server. This helps prevent email spoofing and ensures the integrity of the email content.
Loading...
Related Quiz
- The database configuration file in CodeIgniter is located at application/config/________.php.
- In a multi-developer environment, managing __________ for third-party libraries is crucial for consistent functionality in CodeIgniter applications.
- What is the significance of using regular expressions in form validation?
- CSRF attacks primarily target which aspect of a web application?
- What is the primary purpose of the 'application' directory in CodeIgniter?