class Amber::Configuration::MailerConfig

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 adapter : String #

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

[View source]
def adapter_symbol : Symbol #

[View source]
def default_from : String #

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

[View source]
def smtp : SMTPConfig #

[View source]
def smtp=(smtp : SMTPConfig) #

[View source]
def validate! : Nil #

[View source]