Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.74 KB

EmailRecipient.md

File metadata and controls

32 lines (23 loc) · 1.74 KB

ElasticEmail.model.email_recipient.EmailRecipient

List of recipients

Model Type Info

Input Type Accessed Type Description Notes
dict, frozendict.frozendict, frozendict.frozendict, List of recipients

Dictionary Keys

Key Input Type Accessed Type Description Notes
Email str, str, Proper email address.
Fields dict, frozendict.frozendict, frozendict.frozendict, A key-value collection of merge fields which can be used in e-mail body. [optional]
any_string_name dict, frozendict.frozendict, str, date, datetime, int, float, bool, decimal.Decimal, None, list, tuple, bytes, io.FileIO, io.BufferedReader frozendict.frozendict, str, BoolClass, decimal.Decimal, NoneClass, tuple, bytes, FileIO any string name can be used but the value must be the correct type [optional]

Fields

A key-value collection of merge fields which can be used in e-mail body.

Model Type Info

Input Type Accessed Type Description Notes
dict, frozendict.frozendict, frozendict.frozendict, A key-value collection of merge fields which can be used in e-mail body.

Dictionary Keys

Key Input Type Accessed Type Description Notes
any_string_name str, str, any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]