Releases: fewlinesco/bamboo_smtp
Releases · fewlinesco/bamboo_smtp
v4.2.2
v4.2.1
v4.2.0
v4.0.1
-
Add support for attachment unicode file names by encoding them using format described in RFC 2231 (#183).
-
After bumping dependencies, the project requires(#185, #187):
- core:
- bamboo, ~> 2.1.0
- gen_smtp, ~> 1.1.1
By bumping
gen_smtp
we fix the issue of errors being raised when sending emails after a STARTTLS. - core:
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:
v3.1.3
V3.1.2
V3.1.1
V3.1.0
- Fix for using custom config with
response: true
by bumpingbamboo
version to~> 1.6
(#150) - Implement our custom test adapter ([#151])
- Fix CI random failure by attaching FakeGenSMTP Server process to Test supervision tree.(#153)
- Add Content-ID header when needed(#154)
- Base 64 encode the headers only when the content contains non-ASCII characters.(#155)
- Handle
:permanent_failure
exception and re-raising it as aSMTPError
.(#156) - After bumping the dependencies, the project requires(#149):
- credo
~> 1.4.1
- bamboo
~> 1.6
- excoveralls
~> 0.13.3
- gen_smtp
~> 1.0.1
- credo