📠Unsubscribe Automatically unsubscribe from emails in Rails. 🚀 Installation Add this line to your application's Gemfile: gem 'unsubscribe' And then
Sending a few emails from your app is easy. Sending lots becomes painful. There are so many hidden gotchas. Do your emails get delivered? Are you being considered a spammer? What about all those bounced emails?
Configurable framework agnostic plain Ruby email validator. Verify email via Regex, DNS and SMTP. Be sure that email address valid and exists.
Table of Contents
Synopsis
Features
Requirements
Postal
Postal is a complete and fully featured mail server for use by websites & web servers. Think Sendgrid, Mailgun or Postmark but open source and ready for you to run on your own servers. Postal was developed by
Sup
Sup is a console-based email client for people with a lot of email.
Note: Sup is currently un-maintained. Please see this discussion. The notmuch mail project and its associated clients were inspired by sup and
MailForm
Rails 5
This gem was built on top of ActiveModel to showcase how you can pull in validations, naming and i18n from Rails to your models without the need to implement it all by yourself.
This REA
Roadie
Note: This README details the 3.x version of Roadie. You might be using 2.x, which is much older and only for Rails.
Making HTML emails comfortable for the Ruby rockstars
Roadie tries to make sending
Mailman
Mailman is an incoming mail processing microframework (with POP3 and Maildir support), that works with Rails "out of the box".
require 'mailman'
Mailman::Application.run do
to 'ticket-%id%@example.org' do

premailer-rails
CSS styled emails without the hassle.
Introduction
This gem is a drop in solution for styling HTML emails with CSS without having to do the hard work yourself.
Styling emails is not ju
Incoming!
Receive email in your Rack apps.
Incoming! receives a Rack::Request and hands you a Mail::Message, much like ActionMailer::Base.receive does with a raw email. We currently support the following serv
Letter Opener
Preview email in the default browser instead of sending it. This means you do not need to set up email delivery in your development environment, and you no longer need to worry about accidentally sending
Pony, the express way to send email in Ruby
Overview
Ruby no longer has to be jealous of PHP's mail() function, which can send an email in a single command.
Pony.mail(:to => '[email protected]', :from =>
Mail
Introduction
Mail is an internet library for Ruby that is designed to handle email generation, parsing and sending in a simple, rubyesque manner.
The purpose of this library is to provide a single poin
Griddler
Receive emails in your Rails app
Griddler is a Rails engine that provides an endpoint for services that convert incoming emails to HTTP POST requests. It parses these POSTs and hands off a built e