Name | Type | Description | Notes |
---|---|---|---|
id | Integer | ID of the dedicated IP | |
ip | String | Dedicated IP | |
domain | String | Domain associated to the IP | |
weight | Integer | Weight of the IP |
require 'brevo'
instance = Brevo::GetIpFromSender.new(
id: 3,
ip: 123.65.8.22,
domain: mailing.myshop.dom,
weight: 75
)