Closed siygle closed 7 years ago
Hey @Ferrari can you test the below and let me know if it works?
to: [{name:'Mary', address:'mary@differentexample.com'}, {address:'john@anotherexample.com'}]
also cc'in @ADumaine
@orliesaurus object parameter works fine, only array will return error.
Any plan publish a new version include this patch?
Very soon
Donezo @Ferrari Thank you for your patience
It ok to pass an array as receiver (e.g., to: ['a@abc.com', 'b@abc.com']) if we want to send to multiple receivers at once. However, after upgrade to v1.3 it seems not work anymore and will show following error messages.
It's ok when I tried downgrade to v1.2.x