docs/SendSmtpEmail.md in sib-api-v3-sdk-3.0.1 vs docs/SendSmtpEmail.md in sib-api-v3-sdk-4.0.0

- old
+ new

@@ -1,17 +1,19 @@ # SibApiV3Sdk::SendSmtpEmail ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**sender** | [**SendSmtpEmailSender**](SendSmtpEmailSender.md) | | +**sender** | [**SendSmtpEmailSender**](SendSmtpEmailSender.md) | | [optional] **to** | [**Array<SendSmtpEmailTo>**](SendSmtpEmailTo.md) | Email addresses and names of the recipients | **bcc** | [**Array<SendSmtpEmailBcc>**](SendSmtpEmailBcc.md) | Email addresses and names of the recipients in bcc | [optional] **cc** | [**Array<SendSmtpEmailCc>**](SendSmtpEmailCc.md) | Email addresses and names of the recipients in cc | [optional] -**html_content** | **String** | HTML body of the message | -**text_content** | **String** | Plain Text body of the message | [optional] -**subject** | **String** | Subject of the message | +**html_content** | **String** | HTML body of the message ( Mandatory if 'templateId' is not passed, ignored if 'templateId' is passed ) | [optional] +**text_content** | **String** | Plain Text body of the message ( Ignored if 'templateId' is passed ) | [optional] +**subject** | **String** | Subject of the message. Mandatory if 'templateId' is not passed | [optional] **reply_to** | [**SendSmtpEmailReplyTo**](SendSmtpEmailReplyTo.md) | | [optional] -**attachment** | [**Array<SendSmtpEmailAttachment>**](SendSmtpEmailAttachment.md) | Pass the absolute URL (no local file) or the base64 content of the attachment. Name can be used in both cases to define the attachment name. It is mandatory in case of content. Extension allowed: xlsx, xls, ods, docx, docm, doc, csv, pdf, txt, gif, jpg, jpeg, png, tif, tiff, rtf, bmp, cgm, css, shtml, html, htm, zip, xml, ppt, pptx, tar, ez, ics, mobi, msg, pub and eps | [optional] +**attachment** | [**Array<SendSmtpEmailAttachment>**](SendSmtpEmailAttachment.md) | Pass the absolute URL (no local file) or the base64 content of the attachment. Name can be used in both cases to define the attachment name. It is mandatory in case of content. Extension allowed: xlsx, xls, ods, docx, docm, doc, csv, pdf, txt, gif, jpg, jpeg, png, tif, tiff, rtf, bmp, cgm, css, shtml, html, htm, zip, xml, ppt, pptx, tar, ez, ics, mobi, msg, pub and eps ( Ignored if 'templateId' is passed ) | [optional] **headers** | **Hash<String, String>** | | [optional] +**template_id** | **Integer** | Id of the template | [optional] +**params** | **Hash<String, String>** | | [optional]