We currently abort a multi-request send if the last response is a failure. However this means sends to multiple recipients will fail even if some recipients were accepted without errors.
https://github.com/HubSpot/NioSmtpClient/blob/master/src/main/java/com/hubspot/smtp/client/SmtpSession.java#L537-L539