class Quartz::Config

Defined in:

quartz_mailer/config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def helo_domain : String | Nil #

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

[View source]
def openssl_verify_mode : OpenSSL::SSL::VerifyMode #

[View source]
def openssl_verify_mode=(openssl_verify_mode : OpenSSL::SSL::VerifyMode) #

[View source]
def password : String | Nil #

def password=(password : String | Nil) #

[View source]
def password? : String | Nil | Nil #

def smtp_address : String #

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

[View source]
def smtp_enabled : Bool #

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

[View source]
def smtp_port : Int32 #

[View source]
def smtp_port=(port : String) #

[View source]
def smtp_port=(port : Number) #

[View source]
def use_authentication : Bool #

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

[View source]
def use_tls : EMail::Client::TLSMode #

[View source]
def use_tls=(use_tls : EMail::Client::TLSMode) #

[View source]
def username : String | Nil #

def username=(username : String | Nil) #

[View source]
def username? : String | Nil | Nil #