-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Message To: has to be a string.
message['To'] = 'Paul paul@example.com, Tres tres@example.com'
But delivery.send
delivery.send('chris@example.com', ['paul@example.com', 'tres@example.com'],
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.
Metadata
Metadata
Assignees
Labels
No labels