struct

Amber::Environment::Settings::SMTPSettings

Inherits Struct < Value < Object

Constructors

from_hash(settings = {} of String => SettingValue) : self
Source

Instance methods

enabled
Source
enabled=(enabled : Bool)
Source
host
Source
host=(host : String)
Source
initialize
Source
password
Source
password=(password : String)
Source
port
Source
port=(port : Int32)
Source
tls=(tls : Bool)
Source
username
Source
username=(username : String)
Source