We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7180789 commit 1c13fdbCopy full SHA for 1c13fdb
examples/sending/batch_minimal_sending.py
@@ -47,7 +47,7 @@ def batch_send(
47
48
49
def batch_send_via_sending_api(
50
- client: mt.MailtrapClient, mail: mt.BaseMail
+ client: mt.MailtrapClient, mail: mt.BatchSendEmailParams
51
) -> BatchSendResponse:
52
"""Another way to batch_send email via Sending API"""
53
return client.sending_api.batch_send(mail)
0 commit comments