Tag: ses

How to create and delete Email Templates on Amazon SES using Node.js and Postman API?

Reading Time: 13 minutes If you are developing an application that needs to send bulk emails to larger communities for trigger-based messages such as email verification or password resets, announcements like festival discounts, newsletters, or general notifications in a cost-effective, flexible, and scalable manner, then Amazon SES is the answer. Amazon SES can be used for a variety of […]

How to send S3 event notification email using Lambda and SES?

Reading Time: 10 minutes Email notifications are an important part of any modern application. In this blog, we will discuss how to send Email notifications using the Amazon SES service and AWS Lambda and will demonstrate how to send an acknowledgment email to a user using AWS Lambda and Amazon SES upon adding new objects in an S3 bucket. […]

Back To Top