Closed pablo-co closed 7 years ago
In 10bd20e the with_body request option was accidentally removed from PostmarkAdapter.deliver/2.
with_body
PostmarkAdapter.deliver/2
This change restores this option and adds a test to verify that the textual body is returned instead of the reference.
In 10bd20e the
with_body
request option was accidentally removed fromPostmarkAdapter.deliver/2
.This change restores this option and adds a test to verify that the textual body is returned instead of the reference.