Skip to content

Commit b1d7a02

Browse files
fanruisunFanrui Sunkagbakpem
authored
edit version and add key elements (#46258)
Co-authored-by: Fanrui Sun <[email protected]> Co-authored-by: Komivi Agbakpem <[email protected]>
1 parent dfaeb9f commit b1d7a02

File tree

1 file changed

+9
-9
lines changed
  • sdk/communication/azure-communication-email

1 file changed

+9
-9
lines changed

sdk/communication/azure-communication-email/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To learn more about the BOM, see the [AZURE SDK BOM README](https://github.com/A
3535
</dependencyManagement>
3636
```
3737

38-
and then include the direct dependency in the dependencies section without the version tag.
38+
And then include the direct dependency in the dependencies section without the version tag.
3939

4040
```xml
4141
<dependencies>
@@ -49,27 +49,27 @@ and then include the direct dependency in the dependencies section without the v
4949
#### Include direct dependency
5050

5151
If you want to take dependency on a particular version of the library that is not present in the BOM,
52-
add the direct dependency to your project as follows.
53-
54-
[//]: # ({x-version-update-start;com.azure:azure-communication-email;current})
52+
add the direct dependency to your project as follows. "VERSION" below should be the version number you want. Example: 1.0.22
5553

5654
```xml
5755
<dependency>
5856
<groupId>com.azure</groupId>
5957
<artifactId>azure-communication-email</artifactId>
60-
<version>1.2.0-beta.1</version>
58+
<version>VERSION</version>
6159
</dependency>
6260
```
6361

64-
[//]: # ({x-version-update-end})
65-
6662
## Key concepts
6763

68-
> More details coming soon.
64+
The email SDK provides two clients, a synchronous client and an asynchronous client:
65+
66+
`EmailClient` and `EmailAsyncClient` provide an operation to send an email message (plain text or html). Inline images are supported for HTML formatted email message, making emails appealing for marketing campaigns.
67+
68+
`EmailClient` and `EmailAsyncClient` also provide an operation to fetch the status of an email message sent.
6969

7070
## Examples
7171

72-
`EmailClient` provides the functionality to send email messages .
72+
`EmailClient` provides the functionality to send email messages.
7373

7474
### Client Creation and Authentication
7575

0 commit comments

Comments
 (0)