Sha256: 4d2bb745436629cf392b4a8c6b841b4bb46917c7c2e3ed2bd1c25ca145711970
Contents?: true
Size: 443 Bytes
Versions: 61
Compression:
Stored size: 443 Bytes
Contents
class Caboose::SmtpConfig < ActiveRecord::Base self.table_name = "smtp_configs" belongs_to :site attr_accessible :id, :site_id , :address , :port , :domain , :user_name , :password , :authentication , :enable_starttls_auto AUTH_PLAIN = 'plain' AUTH_LOGIN = 'login' AUTH_MD5 = 'cram_md5' end
Version data entries
61 entries across 61 versions & 1 rubygems