Exception: MailEngine::MissingMailTemplate

Inherits:
StandardError
  • Object
show all
Defined in:
app/models/mail_engine/mail_schedule.rb

Overview

Schema Information

Table name: mail_schedules

id               :integer         not null, primary key
name             :string(255)
mail_template_id :integer
user_group       :string(255)
count            :integer         default(0)
sent_count       :integer         default(0)
period           :string(255)
payload          :string(255)
first_send_at    :datetime
last_sent_at     :datetime
created_at       :datetime
updated_at       :datetime
default_locale   :string