With nodemailer npm, I am able to send email notifications. Found Amazon SES, another transport facility for email notifications. I can push messages using nodemailer and SMTP or can use AWS-SES as transport facility. In both the cases, I am pushing messages from my system.What is advantage of using Amazon SES over nodemailer.