Name | Type | Description | Notes |
---|---|---|---|
String | Email address of the recipient | ||
name | String | Name of the recipient. Maximum allowed characters are 70. | [optional] |
require 'brevo'
instance = Brevo::SendSmtpEmailToInner.new(
email: jimmy98@example.com,
name: Jimmy
)