Email client library overview for Azure Communication Services
You can use email client libraries in Azure Communication Services to add transactional email support to your applications.
Client libraries
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 email communication resources
Azure Resource Manager for email communication resources is meant for email domain administration.
Area | JavaScript | .NET | Python | Java SE | iOS | Android | Other |
---|---|---|---|---|---|---|---|
Azure Resource Manager | - | NuGet | - | - | - | - | Go via GitHub |
Capabilities of email client libraries
Feature | Capability | JavaScript | Java | .NET | Python |
---|---|---|---|---|---|
SendMail | Send email messages. Attachments are supported. |
✔️ | ✔️ | ✔️ | ✔️ |
Get Status | Receive delivery reports for sent messages. | ✔️ | ✔️ | ✔️ | ✔️ |
API throttling and timeouts
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.
Next steps
- Create and manage an email communication resource in Azure Communication Services.
- Connect a verified email domain in Azure Communication Services.
Related articles:
- 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.