| title | Email SDK features |
|---|---|
| titleSuffix | An Azure Communication Services concept article |
| description | This article describes the Azure Communication Services email client libraries. |
| author | bashan-git |
| manager | sphenry |
| services | azure-communication-services |
| ms.author | bashan |
| ms.date | 03/31/2023 |
| ms.topic | concept-article |
| ms.service | azure-communication-services |
You can use email client libraries in Azure Communication Services to add transactional email support to your applications.
| Assembly | Protocol | Open vs. closed source | Namespace | Capability |
|---|---|---|---|---|
| Azure Resource Manager | REST | Open | Azure.ResourceManager.Communication |
Provision and manage email communication resources. |
| REST | Open | Azure.Communication.Email |
Send and get status on email messages. |
Azure Resource Manager for email communication resources is intended for email domain administration.
| Area | JavaScript | .NET | Python | Java SE | iOS | Android | Other |
|---|---|---|---|---|---|---|---|
| Azure Resource Manager | - | NuGet | - | - | - | - | Go via GitHub |
| Feature | Capability | JavaScript | Java | .NET | Python |
|---|---|---|---|---|---|
| SendMail | Send email messages. Attachments are supported. |
✔️ | ✔️ | ✔️ | ✔️ |
| Get Status | Receive delivery reports for sent messages. | ✔️ | ✔️ | ✔️ | ✔️ |
The Azure Communication Services email service is designed to support high throughput. The initial rate limits are intended to help customers onboard smoothly and avoid some of the issues that can occur when switching to a new email service.
To learn more about these limits and instructions for requesting an increase, see Service limits for Azure Communication Services > Email.
- Create and manage an email communication resource in Azure Communication Services.
- Connect a verified email domain in Azure Communication Services.
- Learn how to send emails with custom verified domains.
- Learn how to send emails with Azure-managed domains.
- Learn how to send emails with Azure Communication Services by using an email client library.