(20241206) Sending the 'Subject' in the mails list now.

This commit is contained in:
2024-12-06 17:09:35 +05:30
parent 906cc16aff
commit 49f7ea13c0
11 changed files with 1285 additions and 2 deletions
@@ -91,6 +91,8 @@ class AsyncSavvyBulkSMS:
:param api_key: The API key received from Savvy Bulk SMS.
:param partner_id: Your id with Savvy Bulk SMS.
:param short_code: Your short code with Savvy Bulk SMS.
:param http_client: An instance of 'httpx' library's AsyncClient. If not given, one will be instantiated
internally. It is recommended that, for multi-auth use cases, you provide a common HTTP client from outside.
:param debug: Whether, or not, you would like to show debugging messages (can be changed on the fly).
:param debug_prefix: The prefix text to show with the debug string.
:param debug_only_errors: Whether you would like to show all debugging messages or just error messages.