
Amazon SES can be integrated with with any services to send email or alerts , SES is very useful for setting up triggered email within minutes just by registering senders email address with SES service.
SES can be used in variety of use cases like delivering business critical or any other service critical real time email to respective authority.
It is super easy to implement SES with python code too, a user can integrate it easily using boto3 library. Review collected by and hosted on G2.com.
Lack of debugging is one thing which I expect more in simple email service by Amazon. For triggering an email using ses a user needs to register the email address with ses service but in case if a user doesn't register the email address and try to sends email the email will not get triggerd , SES will not show any error too in this case leaving the end user clue less. Review collected by and hosted on G2.com.