marrow / mailer

A light-weight, modular, message representation and mail delivery framework for Python.
MIT License
279 stars 62 forks source link

amazon transport broken - boto now uses 'region' instead of 'host' #44

Closed BatsShadow closed 8 years ago

BatsShadow commented 12 years ago

When ses.py inits SESConnection, it passes in a host parameter which crashes. The correct argument name is 'region'

amcgregor commented 8 years ago

Fixed.