Update smtp_authentication_ DKIM.md

This commit is contained in:
Omar Santos 2023-12-18 12:32:08 -05:00 committed by GitHub
parent d699df9e5c
commit ad537984dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,6 @@
# SMTP Authentication, Encryption, and DKIM
SMTP (Simple Mail Transfer Protocol) is the standard protocol for sending emails across the Internet. It has mechanisms for both authentication and encryption to enhance security, and DKIM (DomainKeys Identified Mail) is an additional layer of email security. Let's break down each component:
- SMTP (Simple Mail Transfer Protocol) is the standard protocol for sending emails across the Internet.
- It has mechanisms for both authentication and encryption to enhance security, and DKIM (DomainKeys Identified Mail) is an additional layer of email security.
### SMTP Authentication