class SendEmail::Smtp

Included Modules

Defined in:

config.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def auth_pass : String | Nil #

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

[View source]
def auth_user : String | Nil #

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

[View source]
def helo_domain : String #

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

[View source]
def hostname : String #

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

[View source]
def port : Int32 #

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

[View source]