Skip to content

Commit ddb159f

Browse files
authored
Merge pull request #111511 from PhiltasticGuy/patch-1
Fixed typos in 'email-domain-and-sender-authentication.md'.
2 parents eb463de + c6043d0 commit ddb159f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/communication-services/concepts/email/email-domain-and-sender-authentication.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ An email domain is a unique name that appears after the @ sign-in email addresse
1818
Email Communication Services allows you to configure email with two types of domains: **Azure Managed Domains** and **Custom Domains**.
1919

2020
### Azure Managed Domains
21-
Getting Azure manged Domains is one click setup. You can add a free Azure Subdomain to your email communication resource and you'll able to send emails using mail from domains like [email protected]. Your Azure Managed domain will be pre-configured with required sender authentication support.
21+
Getting Azure managed Domains is one click setup. You can add a free Azure Subdomain to your email communication resource and you'll able to send emails using mail from domains like [email protected]. Your Azure Managed domain will be pre-configured with required sender authentication support.
2222
### Custom Domains
2323
In this option you're adding a domain that you already own. You have to add your domain and verify the ownership to send email and then configure for required authentication support.
2424

2525
### Sender authentication for domains
2626
Email authentication (also known as email validation) is a group of standards that tries to stop spoofing (email messages from forged senders). Our email pipeline uses these standards to verify the emails that are sent. Trust in email begins with Authentication and Azure communication Services Email helps senders to properly configure the following email authentication protocols to set proper authentication for the emails.
2727

2828
**SPF (Sender Policy Framework)**
29-
SPF [RFC 7208](https://tools.ietf.org/html/rfc7208) is a mechanism that allows domain owners to publish and maintain, via a standard DNS TXT record, a list of systems authorized to send email on their behalf. Azure Commuication Services allows you to configure the required SPF record that needs to be added to your DNS to verify your custom domains.
29+
SPF [RFC 7208](https://tools.ietf.org/html/rfc7208) is a mechanism that allows domain owners to publish and maintain, via a standard DNS TXT record, a list of systems authorized to send email on their behalf. Azure Communication Services allows you to configure the required SPF record that needs to be added to your DNS to verify your custom domains.
3030

3131
**DKIM (Domain Keys Identified Mail)**
32-
DKIM [RFC 6376](https://tools.ietf.org/html/rfc6376) allows an organization to claim responsibility for transmitting a message in a way that can be validated by the recipient. Azure Commuication Services allows you to configure the required DKIM records that need to be added to your DNS to verify your custom domains.
32+
DKIM [RFC 6376](https://tools.ietf.org/html/rfc6376) allows an organization to claim responsibility for transmitting a message in a way that can be validated by the recipient. Azure Communication Services allows you to configure the required DKIM records that need to be added to your DNS to verify your custom domains.
3333

3434
Please follow the steps [to setup sender authentication for your domain.](../../quickstarts/email/add-custom-verified-domains.md)
3535

0 commit comments

Comments
 (0)