Skip to content

Commit 3d5f7a7

Browse files
authored
Update send-email-java.md
Fixing spacing
1 parent 01e2d95 commit 3d5f7a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ PollResponse<EmailSendResult> response = poller.waitForCompletion();
298298

299299
System.out.println("Operation Id: " + response.getValue().getId());
300300
```
301+
301302
For more information on acceptable MIME types for email attachments, see the [allowed MIME types](../../../concepts/email/email-attachment-allowed-mime-types.md) documentation.
302303

303304
You can download the sample app demonstrating this action from [GitHub](https://github.com/Azure-Samples/communication-services-java-quickstarts/tree/main/send-email-advanced)

0 commit comments

Comments
 (0)