We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d544ef0 commit e8db13aCopy full SHA for e8db13a
README.md
@@ -71,8 +71,8 @@ message._send()
71
```
72
73
Note the difference of these two. `send()` is classmethod, `_send()` normal. `_send()` is available for mass operations,
74
-which you probably want to use with celery or similar and save all messages before start sending. Both tracks delivery
75
-statuses, so only calling method differs.
+which you probably want to use with celery or similar and save all messages before start sending. Unsent messages have status
+"Queued" Both tracks delivery statuses, so only calling method differs.
76
77
Nexmo allows 5 messages per second by default. If you are throttled, RetryError is raised. Messages and delivery data
78
are saved to the database.
0 commit comments