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
In this case, if we send 100 mails at a time, but if a single mail is failed, all pending mails will be stopped.
In the other hand, it should send as much as possible and return the send result to the user (cb signature also need to be updated)
The text was updated successfully, but these errors were encountered:
sendgrid-nodejs/packages/mail/src/classes/mail-service.js
Line 165 in 07b4f71
In this case, if we send 100 mails at a time, but if a single mail is failed, all pending mails will be stopped.
In the other hand, it should send as much as possible and return the send result to the user (cb signature also need to be updated)
The text was updated successfully, but these errors were encountered: