An open API service indexing awesome lists of open source software.

https://github.com/activecampaign/fakemail


https://github.com/activecampaign/fakemail

qa qatools

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# FakeMail Ruby Gem

FakeMail is a tool for generating fake email content for testing.
It was created out of the need to have a way to quicky and easily generate fake email content.

It is heavily inspired by the fake data generator tool [Faker](https://github.com/faker-ruby/faker).

## Usage

Please see the [wiki](https://github.com/ActiveCampaign/fakemail/wiki) for detailed instructions about how to use the tool.

## Installation

You can use the library with a Bundler.

With Bundler:

``` ruby
gem 'fakemail', git: 'https://github.com/ActiveCampaign/fakemail.git'
```

## Issues & Comments

Feel free to contact us if you encounter any issues with the library.
Please leave all comments, bugs, requests and issues on the Issues page.

## License

FakeMail library is released under the [MIT](http://www.opensource.org/licenses/mit-license.php) license.