-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels