How can I determine if a user has clicked on the link in the verification email sent by Amazon SES? Looking at the docs, I only see a function to list every verified address. That seems fairly inelegant and inefficient if there are a lot of validated emails.
|
feedback
|
|
Oh, it appears that this is not how I should be using Amazon SES. It appears from my further research that you are supposed to only verify a few addresses that belong to you and send emails to unverified user addresses. I will have to implement my own email verification system for the purposes of verifying the address for my own system. | |||
|
feedback
|
|
There is a function to determine the Email address are verified or not.
| ||||
|
feedback
|