chrismccord / mailgun

Elixir Mailgun Client
MIT License
194 stars 95 forks source link

update poison version and getting rid of module attribute #57

Open ssmlee04 opened 5 years ago

ssmlee04 commented 5 years ago

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

ssmlee04 commented 4 years ago

@chrismccord hey Chris, could you take a look at this one? If you use distillery then you need to get around module attributes with this.

jamescarr commented 2 months ago

Is there a work around on this? I just walked through a Phoenix Tutorial and it breaks when it gets to the "Now let's add mailgun support" portion.