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