Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 310 Bytes

File metadata and controls

20 lines (14 loc) · 310 Bytes

SendX::XFrom

Properties

Name Type Description Notes
email String
name String [optional]

Example

require 'sendx-ruby-sdk'

instance = SendX::XFrom.new(
  email: from@example.com,
  name: From Name
)