You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/concepts/email/email-attachment-allowed-mime-types.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Allowed attachment types for sending email in Azure Communication Services
3
3
titleSuffix: An Azure Communication Services concept article
4
-
description: Learn about how validation for attachment MIME types works for Email Communication Services in Azure Communication Services.
4
+
description: Learn about how validation for attachment MIME types works in Azure Communication Services.
5
5
author: natekimball-msft
6
6
manager: koagbakp
7
7
services: azure-communication-services
@@ -17,11 +17,11 @@ The [SendMail operation](../../quickstarts/email/send-email.md) allows the optio
17
17
18
18
## What is a MIME type?
19
19
20
-
MIME types are a way to identify the type of data that's being sent over the internet. When users send email requests by using Email Communication Services in Azure Communication Services, they can specify the MIME type of the email content so that the recipient's email client can properly display and interpret the message. If an email message includes an attachment, the MIME type is set to the appropriate file type (for example, `application/pdf` for a PDF document).
20
+
MIME types are a way to identify the type of data that's being sent over the internet. When users send email requests by using Azure Communication Services, they can specify the MIME type of the email content so that the recipient's email client can properly display and interpret the message. If an email message includes an attachment, the MIME type is set to the appropriate file type (for example, `application/pdf` for a PDF document).
21
21
22
22
Developers can ensure that the recipient's email client properly formats and interprets the email message by using MIME types, irrespective of the software or platform that the system is using. This information helps ensure that the email message is delivered correctly and that the recipient can access the content as intended. Using MIME types can also help to improve the security of email communications, because they can indicate whether an email message includes executable content or other potentially harmful elements.
23
23
24
-
MIME types are a critical component of email communication. By using MIME types with Email Communication Services in Azure Communication Services, developers can help ensure that their email messages are delivered correctly and securely.
24
+
MIME types are a critical component of email communication. By using MIME types with Azure Communication Services, developers can help ensure that their email messages are delivered correctly and securely.
25
25
26
26
## Allowed attachment types
27
27
@@ -101,9 +101,9 @@ IANA maintains a registry of standardized MIME types. The registry includes a un
101
101
102
102
## Next steps
103
103
104
-
*[Prepare an Email Communication Services resource for Azure Communication Services](./prepare-email-communication-resource.md)
104
+
*[Prepare an email communication resource for Azure Communication Services](./prepare-email-communication-resource.md)
105
105
*[Email domains and sender authentication for Azure Communication Services](./email-domain-and-sender-authentication.md)
106
-
*[Send email by using Email Communication Services in Azure Communication Services](../../quickstarts/email/send-email.md)
106
+
*[Send email by using Azure Communication Services](../../quickstarts/email/send-email.md)
107
107
*[Connect a verified email domain in Azure Communication Services](../../quickstarts/email/connect-email-communication-resource.md)
108
108
109
109
The following documents might be interesting to you:
Copy file name to clipboardExpand all lines: articles/communication-services/concepts/email/email-overview.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,9 +46,9 @@ With Azure Communication Services, you can speed up your market entry with scala
46
46
47
47
## Next steps
48
48
49
-
-[Prepare an Email Communication Services resource for Azure Communication Services](./prepare-email-communication-resource.md)
49
+
-[Prepare an email communication resource for Azure Communication Services](./prepare-email-communication-resource.md)
50
50
-[Email domains and sender authentication for Azure Communication Services](./email-domain-and-sender-authentication.md)
51
-
-[Create and manage an Email Communication Services resource in Azure Communication Services](../../quickstarts/email/create-email-communication-resource.md)
51
+
-[Create and manage an email communication resource in Azure Communication Services](../../quickstarts/email/create-email-communication-resource.md)
52
52
-[Connect a verified email domain in Azure Communication Services](../../quickstarts/email/connect-email-communication-resource.md)
Copy file name to clipboardExpand all lines: articles/communication-services/concepts/email/prepare-email-communication-resource.md
+8-10Lines changed: 8 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
-
title: Prepare an Email Communication Services resource for Azure Communication Services
2
+
title: Prepare an email communication resource for Azure Communication Services
3
3
titleSuffix: An Azure Communication Services concept article
4
-
description: Learn about the Email Communication Services resources and domains for Azure Communication Services.
4
+
description: Learn about the Azure Communication Services email resources and domains.
5
5
author: bashan-git
6
6
manager: sphenry
7
7
services: azure-communication-services
@@ -10,34 +10,32 @@ ms.date: 03/31/2023
10
10
ms.topic: conceptual
11
11
ms.service: azure-communication-services
12
12
---
13
-
# Prepare an Email Communication Services resource for Azure Communication Services
13
+
# Prepare an email communication resource for Azure Communication Services
14
14
15
-
Similar to Chat, VoIP, and SMS modalities under Azure Communication Services, you can send an email by using an Email Communication Services resource in Azure Communication Services. Sending an email requires certain preconfiguration steps, and you have to rely on an admin in your organization to help set that up. The admin needs to:
15
+
Similar to Chat, VoIP, and SMS modalities under Azure Communication Services, you can send an email by using an Azure Communication Services resource. Sending an email requires certain preconfiguration steps, and you have to rely on an admin in your organization to help set that up. The admin needs to:
16
16
17
17
- Approve the domain that your organization allows you to send mail from.
18
18
- Define the sender domain for the P1 sender email address (also known as the Mail From email address) that appears on the envelope of the email. For more information, see [RFC 5321](https://tools.ietf.org/html/rfc5321).
19
19
- Define the P2 sender email address that most email recipients will see on their email client. For more information, see [RFC 5322](https://tools.ietf.org/html/rfc5322).
20
20
- Set up and verify the sender domain by adding necessary DNS records for the sender verification to succeed.
21
21
22
-
After the sender domain is configured correctly and verified, you can link the verified domains with your Email Communication Services resource and start sending emails.
23
-
24
22
One of the key principles for Azure Communication Services is to have a simplified developer experience. The service's email platform simplifies the experience for developers and eases the back-and-forth operation with organization administrators. It improves the end-to-end experience by allowing admin developers to configure the necessary sender authentication and other compliance-related steps to send email, so you can focus on building the required payload.
25
23
26
24
Your Azure admin creates a new resource of type **Email Communication Services** and adds the allowed email sender domains under this resource. The domains added under this resource type contain all the sender authentication and engagement tracking configurations that must be completed before you start sending emails.
27
25
28
-
After the sender domain is configured and verified, you can link these domains with your Email Communication Services resource. You can select which of the verified domains is suitable for your application and connect them to send emails from your application.
26
+
After the sender domains are configured and verified, you can link these domains with your Azure Communication Services resource. You can select which of the verified domains is suitable for your application and connect them to send emails from your application.
29
27
30
28
## Admin responsibilities
31
29
32
30
- Plan all the required email domains for the applications in the organization.
33
-
- Create the new Email Communication Services resource.
31
+
- Create the new email communication resource.
34
32
- Add custom domains or get an Azure-managed domain.
35
33
- Perform the sender verification steps for custom domains.
36
34
- Set up a Domain-based Message Authentication, Reporting, and Conformance (DMARC) policy for the verified sender domains.
37
35
38
36
## Developer responsibilities
39
37
40
-
- Connect the preferred domain to Email Communication Services resources.
38
+
- Connect the preferred domain to Azure Communication Services resources.
41
39
- Generate the email payload and define these required elements:
42
40
- Email headers
43
41
- Email body
@@ -49,7 +47,7 @@ After the sender domain is configured and verified, you can link these domains w
49
47
## Next steps
50
48
51
49
-[Email domains and sender authentication for Azure Communication Services](./email-domain-and-sender-authentication.md)
52
-
-[Create and manage an Email Communication Services resource in Azure Communication Services](../../quickstarts/email/create-email-communication-resource.md)
50
+
-[Create and manage an email communication resource in Azure Communication Services](../../quickstarts/email/create-email-communication-resource.md)
53
51
-[Connect a verified email domain in Azure Communication Services](../../quickstarts/email/connect-email-communication-resource.md)
@@ -44,7 +44,7 @@ This sandbox setup helps developers start building the application. Gradually, y
44
44
45
45
## Next steps
46
46
47
-
*[Create and manage an Email Communication Services resource in Azure Communication Services](../../quickstarts/email/create-email-communication-resource.md)
47
+
*[Create and manage an email communication resource in Azure Communication Services](../../quickstarts/email/create-email-communication-resource.md)
48
48
*[Connect a verified email domain in Azure Communication Services](../../quickstarts/email/connect-email-communication-resource.md)
Copy file name to clipboardExpand all lines: articles/communication-services/concepts/email/sender-reputation-managed-suppression-list.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -161,7 +161,7 @@ When users are subscribed to multiple lists in your organization, it's ideal to
161
161
*[Best practices for implementing DMARC](/microsoft-365/security/office-365-security/use-dmarc-to-validate-email?preserve-view=true&view=o365-worldwide#best-practices-for-implementing-dmarc-in-microsoft-365)
162
162
*[Troubleshoot your DMARC implementation](/microsoft-365/security/office-365-security/use-dmarc-to-validate-email?preserve-view=true&view=o365-worldwide#troubleshooting-your-dmarc-implementation)
163
163
*[Email domains and sender authentication for Azure Communication Services](./email-domain-and-sender-authentication.md)
164
-
*[Create and manage an Email Communication Services resource in Azure Communication Services](../../quickstarts/email/create-email-communication-resource.md)
164
+
*[Create and manage an email communication resource in Azure Communication Services](../../quickstarts/email/create-email-communication-resource.md)
165
165
*[Connect a verified email domain in Azure Communication Services](../../quickstarts/email/connect-email-communication-resource.md)
0 commit comments