struct Amber::Environment::Settings::SMTPSettings

Defined in:

amber/environment/settings.cr

Constructors

Instance Method Summary

Constructor Detail

def self.from_hash(settings = {} of String => SettingValue) : self #

[View source]
def self.new #

[View source]

Instance Method Detail

def enabled : Bool #

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

[View source]
def host : String #

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

[View source]
def initialize #

[View source]
def password : String #

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

[View source]
def port : Int32 #

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

[View source]
def tls : Bool #

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

[View source]
def username : String #

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

[View source]