Sha256: 91b61de42b60b9446e20cd8de121a224482860b392b68a95278b43847df470b7
Contents?: true
Size: 528 Bytes
Versions: 3
Compression:
Stored size: 528 Bytes
Contents
# ElasticEmail::EmailRecipient ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **email** | **String** | Proper email address. | [optional] | | **fields** | **Hash<String, String>** | A key-value collection of merge fields which can be used in e-mail body. | [optional] | ## Example ```ruby require 'ElasticEmail' instance = ElasticEmail::EmailRecipient.new( email: mail@example.com, fields: {"city":"New York","age":"34"} ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ElasticEmail-4.0.12 | docs/EmailRecipient.md |
ElasticEmail-4.0.11 | docs/EmailRecipient.md |
ElasticEmail-4.0.1 | docs/EmailRecipient.md |