Sha256: bad7771564d72a070b7e75972c7a1d5ccf7678e5d078813c31e785f88a3b0f49

Contents?: true

Size: 596 Bytes

Versions: 13

Compression:

Stored size: 596 Bytes

Contents

# ElasticEmail::Suppression

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **email** | **String** | Proper email address. | [optional] |
| **friendly_error_message** | **String** | RFC error message | [optional] |
| **error_code** | **Integer** | SMTP Error code | [optional] |
| **date_updated** | **Time** | Last change date | [optional] |

## Example

```ruby
require 'ElasticEmail'

instance = ElasticEmail::Suppression.new(
  email: mail@example.com,
  friendly_error_message: Mailbox not found,
  error_code: null,
  date_updated: null
)
```

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
ElasticEmail-4.0.26 docs/Suppression.md
ElasticEmail-4.0.25 docs/Suppression.md
ElasticEmail-4.0.24 docs/Suppression.md
ElasticEmail-4.0.23 docs/Suppression.md
ElasticEmail-4.0.22 docs/Suppression.md
ElasticEmail-4.0.21 docs/Suppression.md
ElasticEmail-4.0.20 docs/Suppression.md
ElasticEmail-4.0.16 docs/Suppression.md
ElasticEmail-4.0.15 docs/Suppression.md
ElasticEmail-4.0.13 docs/Suppression.md
ElasticEmail-4.0.12 docs/Suppression.md
ElasticEmail-4.0.11 docs/Suppression.md
ElasticEmail-4.0.1 docs/Suppression.md