ElasticEmail / elasticemail-python

ElasticEmail - the Python library for the Elastic Email REST API
10 stars 3 forks source link

NameError: name 'EmailMessageData' is not defined #3

Closed IbrahemGamel closed 1 year ago

IbrahemGamel commented 1 year ago

in https://github.com/ElasticEmail/elasticemail-python/blob/master/docs/EmailsApi.md#emails_post

EmailRecipient Is not imported

IbrahemGamel commented 1 year ago

Solution

    from ElasticEmail.model.email_recipient import EmailRecipient