class SmtpController < CheckController
protected
def type
:smtp
end
def worker
SMTPWorker
def tls_type
'STARTTLS'