Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 422 Bytes

SendSmtpEmailToInner.md

File metadata and controls

20 lines (14 loc) · 422 Bytes

Brevo::SendSmtpEmailToInner

Properties

Name Type Description Notes
email String Email address of the recipient
name String Name of the recipient. Maximum allowed characters are 70. [optional]

Example

require 'brevo'

instance = Brevo::SendSmtpEmailToInner.new(
  email: jimmy98@example.com,
  name: Jimmy
)