marrow / mailer

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

Fix Amazon SES issues #61

Closed vitorio closed 8 years ago

vitorio commented 8 years ago

Using mailer 4.0.1 with Python 2.7 and boto 2.38, the amazon transport doesn't work out of the box.

This pull request resolves these issues by:

With these changes I can successfully send mail.

codecov-io commented 8 years ago

Current coverage is 85.28%

Merging #61 into develop will not affect coverage as of 1cf96dc

@@            develop     #61   diff @@
=======================================
  Files            10      10       
  Stmts           768     768       
  Branches          0       0       
  Methods           0       0       
=======================================
  Hit             655     655       
  Partial           0       0       
  Missed          113     113       

Review entire Coverage Diff as of 1cf96dc

Powered by Codecov. Updated on successful CI builds.

vitorio commented 8 years ago

Thanks!

amcgregor commented 8 years ago

Same comment as the other PR. ;)