class Halo::Adapter

Defined in:

halo/adapter.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(host : String, port : Int32 = 587, credentials : Credentials | Nil = nil, domain = nil, tls : Bool = false) #

[View source]
def self.new(username : String, password : String, host, port = 587, domain = nil) #

[View source]

Instance Method Detail

def deliver_now(email : Carbon::Email) #

[View source]