Skip to content
railsengines.com

Letter Thief

LetterThief allows your Ruby On Rails app to store sent emails in your database

5.0 · 2 ratings
Gem
letter_thief
Repository
coorasse/letter_thief
License
MIT
Stars
61
Added
August 16, 2026

About

LetterThief allows your Ruby On Rails app to store sent emails in your database.

You can of course navigate and search your emails using ActiveRecord LetterThief::EmailMessage model and integrate it other parts of your app.

Mounting it

ruby
# Gemfile
gem "letter_thief"

# config/routes.rb
mount LetterThief::Engine, at: "/letter-thief"

Details

61 stars on GitHub · MIT licensed · maintained by coorasse. Source: https://github.com/coorasse/letter_thief

Discussion (0)

Sign in to join the discussion.

No comments yet.