We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Message To: has to be a string. message['To'] = 'Paul [email protected], Tres [email protected]'
But delivery.send delivery.send('[email protected]', ['[email protected]', '[email protected]'], message) Has to be an array.
It took a few hours to figure that out It would be good if the software actually tested to make sure that one is a string, and the other an array.
The text was updated successfully, but these errors were encountered:
I would accept a PR that ensured that the toaddrs arg was a non-string iterable or some improved documentation.
Sorry, something went wrong.
No branches or pull requests
Message To: has to be a string.
message['To'] = 'Paul [email protected], Tres [email protected]'
But delivery.send
delivery.send('[email protected]', ['[email protected]', '[email protected]'],
message)
Has to be an array.
It took a few hours to figure that out
It would be good if the software actually tested to make sure that one is a string, and the other an array.
The text was updated successfully, but these errors were encountered: