Categories
E-Mail Delivery
Easily send e-mails from your Ruby programs
12.71
A really Ruby Mail handler.
2020
2021
2022
2023
2024
2025
4.5
Use Postal with the Ruby mail gem
2020
2021
2022
2023
2024
2025
4.51
Ruby library for the Postal e-mail platform
2020
2021
2022
2023
2024
2025
4.51
Rails/ActionMailer library for the Postal E-Mail Platform
2020
2021
2022
2023
2024
2025
3.92
Simple Mail Transfer Protocol client library for Ruby.
2020
2021
2022
2023
2024
2025
2.14
MailCatcher runs a super simple SMTP server which catches any
message sent to it to display in a web interface. Run
mailcatcher, set your favourite app to deliver to
smtp://127.0.0.1:1025 instead of your default SMTP server,
then check out http://127.0.0.1:1080 to see the mail.
2020
2021
2022
2023
2024
2025
1.7
A really Ruby Mail handler.
2020
2021
2022
2023
2024
2025
1.7
A really Ruby Mail handler.
2020
2021
2022
2023
2024
2025
2.66
When mail is sent from your application, Letter Opener will open a preview in the browser instead of sending.
2020
2021
2022
2023
2024
2025
2.51
Essential models, mailers, and classes for the Solidus e-commerce project.
2020
2021
2022
2023
2024
2025
2.06
Official AWS Ruby gem for MailManager. This gem is part of the AWS SDK for Ruby.
2020
2021
2022
2023
2024
2025
1.7
A really Ruby Mail handler.
2020
2021
2022
2023
2024
2025
1.7
A really Ruby Mail handler.
2020
2021
2022
2023
2024
2025
1.7
A really Ruby Mail handler.
2020
2021
2022
2023
2024
2025
0.83
A Rails engine that allows any model to act as messageable, adding the ability to exchange messages with any other messageable model, even different ones. It supports the use of conversations with two or more recipients to organize the messages. You have a complete use of a mailbox object for eac...
2020
2021
2022
2023
2024
2025
1.24
Mailer system for padrino allowing easy delivery of application emails
2020
2021
2022
2023
2024
2025
0.53
Mailgun's Official Ruby SDK for interacting with the Mailgun API.
2020
2021
2022
2023
2024
2025
0.0
require 'mail'
require 'mail-store-agent'
Mail.defaults do
delivery_method :test
end
Mail::TestMailer.deliveries = MailStoreAgent.new
# send some mail to someone@someplace.com, and then ...
Mail::TestMailer.deliveries.get('someone@someplace.com').is_a? Mail:...
2020
2021
2022
2023
2024
2025
0.01
This gem makes it possible to send mails asynchronously using Resque by
simply rewriting `SomeMailer.some_mail(ar_resource, 1234).deliver` to
`SomeMailer.async_deliver.some_mail(ar_resource, 1234)`. Using ActiveRecord
objects as arguments to mailers is still possible. This is achieved by storing
...
2020
2021
2022
2023
2024
2025
0.18
Deprecated. Replaced by MailchimpMarketing - A Ruby API library for the MailChimp email platform
2020
2021
2022
2023
2024
2025