class Amber::Configuration::SMTPConfig

Included Modules

Defined in:

amber/configuration/mailer_config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new #

[View source]

Instance Method Detail

def helo_domain : String #

[View source]
def helo_domain=(helo_domain : String) #

[View source]
def host : String #

[View source]
def host=(host : String) #

[View source]
def password : String | Nil #

[View source]
def password=(password : String | Nil) #

[View source]
def port : Int32 #

[View source]
def port=(port : Int32) #

[View source]
def use_tls : Bool #

[View source]
def use_tls=(use_tls : Bool) #

[View source]
def username : String | Nil #

[View source]
def username=(username : String | Nil) #

[View source]