Class: MailEngine::MailLog

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/mail_engine/mail_log.rb

Overview

Schema Information

Table name: mail_logs

id :integer not null, primary key mail_template_path :string(255) recipient :string(255) sender :string(255) subject :string(255) mime_type :string(255) raw_body :text created_at :datetime updated_at :datetime