Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 490 Bytes

GetAccountAllOfRelayData.md

File metadata and controls

22 lines (16 loc) · 490 Bytes

Brevo::GetAccountAllOfRelayData

Properties

Name Type Description Notes
user_name String Email to use as login on transactional platform
relay String URL of the SMTP Relay
port Integer Port used for SMTP Relay

Example

require 'brevo'

instance = Brevo::GetAccountAllOfRelayData.new(
  user_name: john.smith@example.com,
  relay: relay.domain.com,
  port: 125
)