Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 607 Bytes

CreateSender.md

File metadata and controls

22 lines (16 loc) · 607 Bytes

Brevo::CreateSender

Properties

Name Type Description Notes
name String From Name to use for the sender
email 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]

Example

require 'brevo'

instance = Brevo::CreateSender.new(
  name: Newsletter,
  email: newsletter@mycompany.com,
  ips: null
)