mailman-elixir / mailman

Mailman provides a clean way of defining mailers in your Elixir applications
https://github.com/mailman-elixir/mailman
Other
203 stars 73 forks source link

Get config from Mailman.Context when using send_bcc_and_cc like in other functions #80

Closed rbnjs closed 6 years ago

rbnjs commented 6 years ago

Hey! I found an issue when trying to deliver a mail with BCC in my Phoenix application, it was because I have the e-mail configuration in the config files (so config as nil). To fix that, I just changed the way we get the config. Let me know if there's anything else to be done. All the tests are passing.

skosch commented 6 years ago

Thanks Ruben, good catch! :slightly_smiling_face: