Skip to content

Commit 6ad2f95

Browse files
author
Yogesh Mohanraj (from Dev Box)
committed
Updating Email Java docs with clarification about polling
1 parent 87c728e commit 6ad2f95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/quickstarts/email/includes/send-email-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ For simplicity, this quickstart uses connection strings, but in production envir
159159

160160
## Basic email sending
161161

162-
To send an email message, call the `beginSend` function from the `EmailClient`. This method returns a poller, which can be used to check on the status of the operation and retrieve the result once it's finished.
162+
To send an email message, call the `beginSend` function from the `EmailClient`. This method returns a poller, which can be used to check on the status of the operation and retrieve the result once it's finished. Note that the initial request to send an email will not be sent until either the `poll` method is called or we wait for completion of the poller.
163163

164164
```java
165165
EmailMessage message = new EmailMessage()

0 commit comments

Comments
 (0)