Ewan Dennis

Results 4 issues of Ewan Dennis

We recommend users retry API calls that return HTTP status 5xx. It might be nice if our clients handled this out of the box.

feature

Addresses #213: - Constructor now accepts a numeric `retries` option which defaults to `undefined`. - By default, no retries are attempted to protect existing tested code paths and compatibility -...

Is it useful to identify errors by source in catch clauses. One common solution is to emit subclasses of `Error`. Another is to fill an identifying field on the error...

The current implementation manually translates and resolves nodemailer fields to SparkPost transmission request fields. Nodemailer providers a pre-composed message object with read stream interface for accessing a fully-formed message body....