class Halo::Adapter
- Halo::Adapter
- Carbon::Adapter
- Reference
- Object
Defined in:
halo/adapter.crConstructors
- .new(host : String, port : Int32 = 587, credentials : Credentials | Nil = nil, domain = nil, tls : Bool = false)
- .new(username : String, password : String, host, port = 587, domain = nil)
Instance Method Summary
Constructor Detail
def self.new(host : String, port : Int32 = 587, credentials : Credentials | Nil = nil, domain = nil, tls : Bool = false)
#