Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ForwardMX

Gem

Manage ForwardMX email forwarding and aliases in your Ruby applications.

Installation

Add this line to your application's Gemfile:

gem 'ForwardMX'

And then execute:

$ bundle

Or install it yourself as:

$ gem install ForwardMX

Usage

client = ForwardMX.new("API_KEY")

client.domains
client.aliases
client.create_domain "domain.tld"
client.create_alias "domain.tld", "test", "/dev/null"
client.update_alias "domain.tld", "test", "email@gmail.com"
client.destroy_alias "domain.tld", "test"
client.destroy_domain "domain.tld"

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/b1nary/ForwardMX-ruby.

License

The gem is available as open source under the terms of the MIT License.

About

Ruby gem for the ForwardMX.io API

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages