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.
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.