} else {
    sendMailTransport.sendMail(mailOptions, err => {
      if (err) {
        logger.error(`sendMail failed: ${err}\nUnable to send email "${subject}" to recipient: ${address}`);
      }