Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 410 Bytes

SendSmtpEmailReplyTo.md

File metadata and controls

20 lines (14 loc) · 410 Bytes

Brevo::SendSmtpEmailReplyTo

Properties

Name Type Description Notes
email String Email address in reply to
name String Name in reply to. Maximum allowed characters are 70. [optional]

Example

require 'brevo'

instance = Brevo::SendSmtpEmailReplyTo.new(
  email: ann6533@example.com,
  name: Ann
)