0.0
No commit activity in last 3 years
No release in over 3 years
Saves all outgoing ActionMailer emails into a database table
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 4.1
 Project Readme

mail_archivist

Gem Version

Requirements

  • ActionMailer > 4
  • ActiveRecord > 4

Installation

Add this to your Gemfile:

gem "mail_archivist"
bundle install
rake mail_archivist_engine:install:migrations
rake db:migrate

Usage

All emails sent with ActionMailer are saved as into a database as MailArchivist::MailLog model. Only the text or html-part will be saved as body. Attachments/Images won't be saved.

MailArchivist::MailLog.all