Skip to content

Commit 280fc68

Browse files
authored
Update send-email-python.md
1 parent d8c26ab commit 280fc68

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,7 @@ while True:
152152
break
153153
```
154154

155-
| Status Name | Description |
156-
| ----------- | ------------|
157-
| Queued | The email has been placed in the queue for delivery. |
158-
| OutForDelivery | The email is currently en route to its recipient(s). |
159-
| Dropped | The email message was dropped before the delivery could be successfully completed. |
155+
[!INCLUDE [Email Message Status](./email-message-status.md)]
160156

161157
## Run the code
162158

0 commit comments

Comments
 (0)