Name | Type | Description | Notes |
---|---|---|---|
name | String | From Name to use for the sender | |
String | From email to use for the sender. A verification email will be sent to this address. | ||
ips | Array<CreateSenderIpsInner> | Mandatory in case of dedicated IP. IPs to associate to the sender | [optional] |
require 'brevo'
instance = Brevo::CreateSender.new(
name: Newsletter,
email: newsletter@mycompany.com,
ips: null
)