Created
October 21, 2016 20:57
-
-
Save lasseebert/3f6ad7bdfb8920b6fa65830814748ca3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ mix test | |
| Compiling 18 files (.ex) | |
| == Compilation error on file lib/my_app/mailer/mailgun.ex == | |
| ** (ArgumentError) application :my_app is not loaded, or the configuration parameter :mailgun_domain is not set | |
| (elixir) lib/application.ex:261: Application.fetch_env!/2 | |
| lib/my_app/mailer/mailgun.ex:5: (module) | |
| (stdlib) erl_eval.erl:670: :erl_eval.do_apply/6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment