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
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.
69
69
70
70
## Examples
71
71
72
-
`EmailClient` provides the functionality to send email messages.
72
+
`EmailClient` provides the functionality to send email messages.
0 commit comments