File "/home/ubuntu/.local/lib/python3.6/site-packages/sib_api_v3_sdk/models/send_smtp_email.py", line 85, in __init__
self.to = to
File "/home/ubuntu/.local/lib/python3.6/site-packages/sib_api_v3_sdk/models/send_smtp_email.py", line 151, in to
raise ValueError("Invalid value for `to`, must not be `None`") # noqa: E501
ValueError: Invalid value for `to`, must not be `None`
Resolves an issue encountered with the examples.
Before this fix:
=> It does not work
After this fix:
=> It works