We're using SendGrid to send system-generated transactional emails to users. Some of these emails are invitations to our system by current users. And some of those invitations bounce.<p>SendGrid keeps a list of the email addresses that bounce and doesn't re-send emails to those addresses to preserve our sender reputation score.<p>My question: what should we do with these bounced email addresses? My instinct says to not clear the bounce list so that all subsequent emails to those bounced addresses stop at SendGrid, but wanted to know if I'm missing a perspective. Thanks!