Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix passing both response: true and config options #538

Merged

Conversation

ream88
Copy link
Contributor

@ream88 ream88 commented May 26, 2020

Passing both response: true and config options to deliver_now/2 resulted in a failing pattern match in build_config/1 and therefore calling the used adapter without any custom overrides provided in config.

This issue resulted in the problem mentioned here: fewlinesco/bamboo_smtp#142

Fixes #537

Passing both response: true and config options to
deliver_now/2 resulted in a failing pattern match
in build_config/1 and therefore calling the used
adapter without any custom overrides provided in
config.
Copy link
Contributor

@maymillerricci maymillerricci left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching this and fixing it! 👍

@maymillerricci maymillerricci merged commit a0749f7 into beam-community:master Jun 1, 2020
@ream88 ream88 deleted the fix-config-response branch June 1, 2020 19:48
@ream88 ream88 restored the fix-config-response branch June 2, 2020 12:43
@ream88 ream88 deleted the fix-config-response branch August 29, 2020 20:01
@ream88 ream88 restored the fix-config-response branch September 1, 2020 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error using both custom config and response: true
2 participants