You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling send(...) with an email address that has whitespace ie: [email protected] this error is returned:
... [ { message: 'At least one valid recipient is required', code: 5002 } ],statusCode: 400 } ...
This can go both ways as far as whos's responsibility it is but it would be nice if the node-sparkpost pkg (or even the sparkpost backend) handled simple data sanitization's.
The text was updated successfully, but these errors were encountered:
When calling
send(...)
with an email address that has whitespace ie:[email protected]
this error is returned:... [ { message: 'At least one valid recipient is required', code: 5002 } ],statusCode: 400 } ...
This can go both ways as far as whos's responsibility it is but it would be nice if the node-sparkpost pkg (or even the sparkpost backend) handled simple data sanitization's.
The text was updated successfully, but these errors were encountered: