class
Amber::Configuration::SMTPConfig
- Amber::Configuration::SMTPConfig
- Reference
- Object
Included Modules
- YAML::Serializable
Defined in:
amber/configuration/mailer_config.crConstructors
Instance Method Summary
- #helo_domain : String
- #helo_domain=(helo_domain : String)
- #host : String
- #host=(host : String)
- #password : String | Nil
- #password=(password : String | Nil)
- #port : Int32
- #port=(port : Int32)
- #use_tls : Bool
- #use_tls=(use_tls : Bool)
- #username : String | Nil
- #username=(username : String | Nil)