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
Email clients can also be created and authenticated using the endpoint and Azure Key Credential acquired from an Azure Communication Resource in the [Azure portal](https://portal.azure.com/).
177
177
178
178
```java
@@ -184,7 +184,7 @@ EmailClient emailClient = new EmailClientBuilder()
184
184
.buildClient();
185
185
```
186
186
187
-
####Async Client
187
+
## Async Client
188
188
189
189
Email clients can also be created and authenticated using the endpoint and Azure Key Credential acquired from an Azure Communication Resource in the [Azure portal](https://portal.azure.com/).
190
190
@@ -266,8 +266,6 @@ catch (Exception exception)
266
266
267
267
## [Async Client](#tab/async-client)
268
268
269
-
## Basic email sending
270
-
271
269
Calling `beginSend` on the async client returns a `PollerFlux` object to which you can subscribe. You will want to set up the subscriber in a seperate process to take advantage of the asynchronous functionality. Note that the initial request to send an email will not be sent until a subscriber is set up.
0 commit comments