class Mailgun::Client

def disable_test_mode!

Reverts the test_mode flag and allows the client to send messages.

Disable test mode
def disable_test_mode!
  @test_mode = false
end