marrow / mailer

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

Document SendGrid transport and support API keys #62

Closed vitorio closed 8 years ago

vitorio commented 8 years ago

The SendGrid transport works, but doesn't support API keys. This adds the transport to the README, and adds transparent support for API keys. Supply a username and password as user and key, or just an API key as key.

codecov-io commented 8 years ago

Current coverage is 85.28%

Merging #62 into develop will not affect coverage as of af76b40

@@            develop     #62   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 af76b40

Powered by Codecov. Updated on successful CI builds.

amcgregor commented 8 years ago

Minor note, the final released version will use simpler configuration keys "user" and "key", instead of the current underscore-delimited ones.

vitorio commented 8 years ago

Thank you!

amcgregor commented 8 years ago

Yeah, apologies for not paying attention to this earlier. Notifications were disabled for me on this project for some reason, which I have now fixed.