Inextenso · Oct 16, 2021
Send emails and attachments with Amazon SES and NextJS
0Sign in to vote or save
This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
In this blog post I will show you how can you leverage Amazon SES and its Typescript SDK ( @aws-sdk/client-ses ) to send emails and attachments in your NextJS Serverless functions. Use case In one of my recent projects I had to send a daily CSV report of the sales orders via email. I’m using a simple CRON Job for this (via GitHub Actions) that hits my endpoint on a daily basis. The endpoint is a…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.