v4.0.0
- Change the way the adapter handle errors when emails fail to deliver. instead of raising a
SMTPError
we now return an{:error, %SMTPError{}}
tuple. This is required to accommodate the breaking changes introduced inbamboo 2.0
(#177). - After bumping dependencies, the project requires(#178):
- core:
- bamboo ~> 2.0.0
- dev/test:
- credo ~> 1.5.0
- excoveralls ~> 0.14.0
- core: