Showing posts with label AWS. Show all posts
Showing posts with label AWS. Show all posts

Tuesday, 21 January 2025

undefined undefined

AWS SES : Simple Email Service

 AWS SES : Simple Email Service1. Download access key and secret key excel file.2. Go to verified identity -> Create Identity -> Verify email received in email account and verified.3. npm install aws-sdkconst AWS = require("aws-sdk");const awsConfig = {  accessKeyId: AWS_ACCESS_KEY_ID,  secretAccessKey:...