class

Jane::AlertEmailConfig

Inherits Reference < Object

Constructors

from_toml(data : TOML::Any) : AlertEmailConfig
Source
new(smtp_server : String, smtp_port : Int32, send_to : String, send_cc : Nil | String = nil)
Source

Instance methods

send_cc
Source
send_cc=(send_cc : String | Nil)
Source
send_to
Source
send_to=(send_to : String)
Source
smtp_port
Source
smtp_port=(smtp_port : Int32)
Source
smtp_server
Source
smtp_server=(smtp_server : String)
Source