Hey Web Wizard, thanks for this, im using nextjs with supabase and supabase handles email sends in development. I now want to move from supabase to custom smtp so was gonna use nodemailer with ses, can u suggest how to go about doing that? Mostly my project will need to send emails for signup and password reset only atm. Thanks!
For the production, you may need to raise request for production access for Amazon SES. Please check with your amazon support and follow necessary steps as required
Hi, Someone reached out to me via email with the same error, I believe if that is you then I've answered what was the mistake, let me know if you are not the same person? Make sure you are loading env variables properly - require("dotenv").config(); If the values you are providing to the credentials object were empty or not valid then it will not resolve
thanks for this awesome video
Hey Web Wizard, thanks for this, im using nextjs with supabase and supabase handles email sends in development. I now want to move from supabase to custom smtp so was gonna use nodemailer with ses, can u suggest how to go about doing that?
Mostly my project will need to send emails for signup and password reset only atm.
Thanks!
Thanks!
Thank You, Sir!
is there a way to send attchments with template emails??
AWS console - aws.amazon.com/console/
Nodemailer - nodemailer.com/about/
Nodemailer SES transport doc - nodemailer.com/transports/ses/
GitHub Repo - github.com/kalyansaxena/nodemailer-aws-ses
Nodemailer npm - www.npmjs.com/package/nodemailer
AWS SDK for JavaScript SES Client npm - www.npmjs.com/package/@aws-sdk/client-ses
Sending Emails in Node.js with Nodemailer & Gmail | Step-by-Step Tutorial - ua-cam.com/video/QDIOBsMBEI0/v-deo.html
Complete Guide: Sending Emails in Node.js with Amazon SES and Gmail | Step-by-Step Tutorial - ua-cam.com/video/uv6O22OLFoU/v-deo.html
Thanks for this.
When I tried it, it works fine locally but when I deploy to Aws lambda I am using to host the server. It doesn't work
For the production, you may need to raise request for production access for Amazon SES. Please check with your amazon support and follow necessary steps as required
i found error about Error: Resolved credential object is not valid
How can I contact you?
Hi, Someone reached out to me via email with the same error, I believe if that is you then I've answered what was the mistake, let me know if you are not the same person?
Make sure you are loading env variables properly - require("dotenv").config();
If the values you are providing to the credentials object were empty or not valid then it will not resolve