Skip to content

Apis to send email using aws. It contains different functionality of AWS SES

Notifications You must be signed in to change notification settings

harsh6768/aws-ses

Repository files navigation

❤️ Star ❤️ the repo to support the project or 😄Follow Me.Thanks!

Follow steps to send Email using node.js

  1. Create AWS developer account.

    Create aws developer account to use all the services provided by the aws.

  2. Create IAM USER

    2.1 Click Add User Button

    2.2 Add username and checked programmatic access then click next button


    2.3 Click Next

    2.4 Click Next


    2.5 Click On Create User button


    2.6 Write down Access key and Secret Key And Click Close Button


    2.7 Click Add Inline Policy Button


    2.8 Click Json Button And Json Code to Create New Policy and then save it

        {
       "Version": "2012-10-17",
       "Statement": [
           {
               "Sid": "VisualEditor0",
               "Effect": "Allow",
               "Action": "ses:*",
               "Resource": "*"
           }
       ]
     }
    

    After Creating the User --->Write down Access key and Secret Key that we will use to send Email

About

Apis to send email using aws. It contains different functionality of AWS SES

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published