amazon web services - AWS SES for bulk mail : Require email verification? -


we're thinking of moving amazon's ses sending bulk mail. it appears have unique api call each email want send. if there 20k emails send, make 20k api calls. question is, need verify these email addresses before send them? have existing database of users , i'd rather transition ses transparent them.

i noticed ses has api method verifying emails. if aren't required verify, why use method?

http://docs.amazonwebservices.com/ses/latest/apireference/index.html?api_sendrawemail.html says:

important: if have not yet requested production access amazon ses, able send email , verified email addresses.

so, method asked used building list of addresses can e-mailed to, if haven't requested production access yet. since seem have done that, it's not useful you.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -