Sha256: e9be9419d0e0e364d8ba5fbca40aeac1a1fe883d0909f498a494a9d35515c1b5

Contents?: true

Size: 1004 Bytes

Versions: 1

Compression:

Stored size: 1004 Bytes

Contents

# PostcodeAnywhere::EmailValidation

Verifies the existence of an email address using the
[Email Validation web services] [email-validation]
from [PostcodeAnywhere].

## Installation

Add this line to your application's Gemfile:

```sh
gem 'postcode_anywhere-email_validation'
```

And then execute:

```sh
$ bundle
```

Or install it yourself as:

```sh
$ gem install postcode_anywhere-email_validation
```

## Usage

```ruby
PostcodeAnywhere::EmailValidation.key = 'AA11-AA11-AA11-AA11'
PostcodeAnywhere::EmailValidation.valid?('info@google.com') #=> true
```

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

[postcodeanywhere]: http://www.postcodeanywhere.co.uk/
  "PostcodeAnywhere"

[email-validation]: http://www.postcodeanywhere.co.uk/email-validation/
  "PostcodeAnywhere's Email Validation web services"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
postcode_anywhere-email_validation-0.0.2 README.md