We are going to switch to Amazon SES to send mass mail. It appears that we have a unique API call for each email we send. Therefore, if there are 20k emails to send, we make 20k API calls. My question is: do we need to check these email addresses before sending them? We have an existing user database, and I would prefer the transition to SES to be transparent to them.
I noticed that SES has a method
source
share