docs/SendSmtpEmailSender.md in sib-api-v3-sdk-7.1.0 vs docs/SendSmtpEmailSender.md in sib-api-v3-sdk-7.2.0
- old
+ new
@@ -1,10 +1,10 @@
# SibApiV3Sdk::SendSmtpEmailSender
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**name** | **String** | Name of the sender from which the emails will be sent. Maximum allowed characters are 70. | [optional]
-**email** | **String** | Email of the sender from which the emails will be sent |
-**id** | **Integer** | Id of the sender from which the emails will be sent | [optional]
+**name** | **String** | Name of the sender from which the emails will be sent. Maximum allowed characters are 70. Applicable only when email is passed. | [optional]
+**email** | **String** | Email of the sender from which the emails will be sent. Mandatory if sender id is not passed. | [optional]
+**id** | **Integer** | Id of the sender from which the emails will be sent. In order to select a sender with specific pool of IP’s, dedicated ip users shall pass id (instead of email). Mandatory if email is not passed. | [optional]