(20241206) Sending the 'Subject' in the mails list now.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user