Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 664 Bytes

CreateSmtpTemplateSender.md

File metadata and controls

22 lines (16 loc) · 664 Bytes

Brevo::CreateSmtpTemplateSender

Properties

Name Type Description Notes
name String Name of the sender. If not passed, will be set to default [optional]
email String Email of the sender [optional]
id Integer Select the sender for the template on the basis of sender id. In order to select a sender with specific pool of IP’s, dedicated ip users shall pass id (instead of email). [optional]

Example

require 'brevo'

instance = Brevo::CreateSmtpTemplateSender.new(
  name: Mary from MyShop,
  email: contact@myshop.com,
  id: 3
)