Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
send-email
main
SendEmail
App
ArgParser
Body
Config
Email
Mail
Smtp
Templates
Built with Crystal 1.9.2
2023-10-07 18:01:12 UTC
class
SendEmail::Config
SendEmail::Config
Reference
Object
Included Modules
YAML::Serializable
Defined in:
config.cr
Constructors
.new
(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Class Method Summary
.load
(from = file)
Instance Method Summary
#mail
: Mail
#mail=
(mail : Mail)
#smtp
: Smtp
#smtp=
(smtp : Smtp)
Constructor Detail
def self.
new
(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
#
[
View source
]
Class Method Detail
def self.
load
(from = file)
#
[
View source
]
Instance Method Detail
def
mail
:
Mail
#
[
View source
]
def
mail=
(mail :
Mail
)
#
[
View source
]
def
smtp
:
Smtp
#
[
View source
]
def
smtp=
(smtp :
Smtp
)
#
[
View source
]