struct Amber::Environment::Settings::SMTPSettings
- Amber::Environment::Settings::SMTPSettings
 - Struct
 - Value
 - Object
 
Defined in:
amber/environment/settings.crConstructors
Instance Method Summary
- #enabled : Bool
 - #enabled=(enabled : Bool)
 - #host : String
 - #host=(host : String)
 - #initialize
 - #password : String
 - #password=(password : String)
 - #port : Int32
 - #port=(port : Int32)
 - #tls : Bool
 - #tls=(tls : Bool)
 - #username : String
 - #username=(username : String)