Coder Social home page Coder Social logo

Comments (4)

theanilbajar avatar theanilbajar commented on June 23, 2024 3

If you are sending mail from verified email ID to another verified email ID, then please try this User Policy that worked for me with Django.
Please update your User Policy with this:

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Effect": "Allow",
            "Action": [
                "ses:SendEmail",
                "ses:SendRawEmail",
                "ses:GetSendQuota"
            ],
            "Resource": "*"
        }
    ]
}

from django-ses.

PritishC avatar PritishC commented on June 23, 2024

Perhaps your IAM user doesn't have sufficient permissions to perform that action? There should be a permission group for SESAdministratorAccess (or just Read and Write or something similar, if you don't want to give admin access) which you will need to apply on your IAM user.

from django-ses.

 avatar commented on June 23, 2024

If you are sending mail from verified email ID to another verified email ID, then please try this User Policy that worked for me with Django. Please update your User Policy with this:

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Effect": "Allow",
            "Action": [
                "ses:SendEmail",
                "ses:SendRawEmail",
                "ses:GetSendQuota"
            ],
            "Resource": "*"
        }
    ]
}

It should be added to README.

from django-ses.

pcraciunoiu avatar pcraciunoiu commented on June 23, 2024

If you'd like to PR this change to the README, I can review it.

from django-ses.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.