Sha256: 75ce851431cf3ab06ea7bc243e2fcfab9811ab2fc9dc21e7ef188234d7694dc9

Contents?: true

Size: 1.35 KB

Versions: 9

Compression:

Stored size: 1.35 KB

Contents

# SibApiV3Sdk::SendSmtpEmail

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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 | 
**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: gif, png, bmp, cgm, jpg, jpeg, tif, tiff, rtf, txt, css, shtml, html, htm, csv, zip, pdf, xml, ods, doc, docx, docm, ics, xls, xlsx, ppt, tar, and ez | [optional] 
**headers** | **Hash<String, String>** |  | [optional] 


Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
sib-api-v3-sdk-2.1.5 docs/SendSmtpEmail.md
sib-api-v3-sdk-2.1.4 docs/SendSmtpEmail.md
sib-api-v3-sdk-2.1.3 docs/SendSmtpEmail.md
sib-api-v3-sdk-2.1.2 docs/SendSmtpEmail.md
sib-api-v3-sdk-2.1.1 docs/SendSmtpEmail.md
sib-api-v3-sdk-2.1.0 docs/SendSmtpEmail.md
sib-api-v3-sdk-2.0.1 docs/SendSmtpEmail.md
sib-api-v3-sdk-2.0.0 docs/SendSmtpEmail.md
sib-api-v3-sdk-1.0.0 docs/SendSmtpEmail.md