mailgun icon indicating copy to clipboard operation
mailgun copied to clipboard

Elixir Mailgun Client

Results 21 mailgun issues
Sort by recently updated
recently updated
newest added

Hey, thanks for making this! I’m new to Elixir and Phoenix but enjoying building an application with TDD. I trigger two emails when a person creates an account in the...

When I try to send a mail in dev-mode I get following error when I turn off test-mode: ` FunctionClauseError) no function clause matching in :httpc.default_port/1 (inets) httpc.erl:334: :httpc.default_port(:"") (inets)...

getting rid of module attribute because you might not have config at compilation time.

I wasn't able to install this package due to poison version requirement conflicts. This updates things. Thanks!

Some Phoenix libraries like Addict are not yet ready for Phoenix 1.2 due to dependency issues. Mailgun is one, since it is not allowing Poison beyond 2.0. When creating new...

As it is not quite obvious how to send a single email to more than one email address, I've added a section to illustrate how to do so in the...

``` ○ mix deps.get ** (Mix) No package version in registry matches mailgun ~> 0.1.3 (from: mix.exs) ``` This version is required to resolve a failed dependency issue.

@chrismccord are you looking for a new owner? We are glad you put this together, but it would appear the issues and pull requests have been piling up for the...

* Replaced the deprecated Dict module with Map and Keyword list * Updated deps * Add parenthesis to deps() in mix.exs to avoid 1.4 warnings Tests are passing

When we have attachment and ascii symbols in subject/body - everything is fine. When we have something like this: send_email( to: "[email protected]", from: "[email protected]", subject: "Тестовое письмо", html: "Test body",...