Jane::AlertEmailConfig
Inherits Reference < Object
Constructors
new(smtp_server : String, smtp_port : Int32, send_to : String, send_cc : Nil | String = nil)
SourceInstance methods
send_cc
Sourcesend_cc=(send_cc : String | Nil)
Sourcesend_to
Sourcesend_to=(send_to : String)
Sourcesmtp_port
Sourcesmtp_port=(smtp_port : Int32)
Sourcesmtp_server
Sourcesmtp_server=(smtp_server : String)
Source