Code Monkey home page Code Monkey logo

ses-mailer's Issues

Fails to use IAM Instance Profile credentials properly

Hi,

I was trying to use this to send status emails from an EMR cluster, however the library wouldn't properly load the credentials set by the IAM role. It turns out because you force the providing of the aws_access_key_id and aws_secret_key here: https://github.com/mardix/ses-mailer/blob/master/ses_mailer.py#L127

Removing this condition allows boto to fall back to the default credentials provider chain and work properly. More details provided here: https://forums.aws.amazon.com/thread.jspa?messageID=539025

Here was the change that works now: https://github.com/ividata/ses-mailer/commit/1eacf2c6c884e5464e323c34a64c0ed909e81e2f

AttributeError: 'NoneType' object has no attribute 'render_blocks'

File .....view.py", line 331, in forgot_password
user_id=12739)
File .../ses_mailer.py", line 224, in send_template
mail_data = self.parse_template(template, **context)
File .../ses_mailer.py", line 245, in parse_template
blocks = self.template.render_blocks(template, **context)
AttributeError: 'NoneType' object has no attribute 'render_blocks'

What's user_id here ?

Email address is not verified

Getting this error when I try to send a mail. The email address is verified and they key is correct.

When I check

from ses_mailer import Mail
mail = Mail(aws_access_key_id="<KEY>", aws_secret_access_key="<KEY>", sender="<sender_email>", reply_to="<reply_to_email>")
mail.ses.host

I get

'email.us-east-1.amazonaws.com'

but my area isn't us-east-1, I need us-west-2.
Is there any way to change the host?

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.