Project
Reverse Dependencies for mail
The projects listed here declare mail as a runtime or development dependency
0.0
Lodges a callback with `Mail`, capturing all of the mail being sent, and logging it to it's own file, so you can simply look back through that file to see what's up.
2020
2021
2022
2023
2024
2025
0.0
ActionMailer send method for madmimi api
2020
2021
2022
2023
2024
2025
0.0
A Mad Mimi delivery method for the Ruby Mail library, with Rails 3 support.
2020
2021
2022
2023
2024
2025
0.0
A web interface to view emails sent out when developing in Rails
2020
2021
2022
2023
2024
2025
0.0
MailPlugger helps you to use one or more mail providers. You can send emails via SMTP and API as well.
2020
2021
2022
2023
2024
2025
0.0
Delivery method for Mail gem. Delivers mail to a beanstalk queue
2020
2021
2022
2023
2024
2025
0.0
Retrieves messages from a mail server and resends them to a list of recievers.
2020
2021
2022
2023
2024
2025
0.0
Gem for inbound mail via Postfix MTA. Creates separate worker process for delivery to app.
2020
2021
2022
2023
2024
2025
0.0
# Single File Delivery Method for Mail gem
## Summary
This gem is a delivery-method plug-in for [mail](https://github.com/mikel/mail)
that delivers all mail to a single file for testing.
The Mail gem already provides a file delivery-method that appends a copy of each message
to a file named af...
2020
2021
2022
2023
2024
2025
0.0
This is a slack bot which receives and posts emails to slack.
2020
2021
2022
2023
2024
2025
0.0
Mail extension for sending mails using an SMTP connection pool
2020
2021
2022
2023
2024
2025
0.0
Mail extension for sending using an SMTP connection pool
2020
2021
2022
2023
2024
2025
0.0
Use MailSpyInterceptor when you want to BCC yourself in every
email sent out by your application. I've found it very
useful when running a startup in a very early stage.
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.0
Helps when doing mass email changes or migrations\
where you need to verify that everything is set up correctly.
2020
2021
2022
2023
2024
2025
0.0
mailer for ruby
2020
2021
2022
2023
2024
2025
0.0
Uses POP3 to connect to a dedicated email address, fetch emails, and parse them into markdown posts for Jekyll to process
2020
2021
2022
2023
2024
2025
0.0
A mail gem based validator for rails
2020
2021
2022
2023
2024
2025
0.0
Gmail OAuth IMAP & SMTP connections for the Mail gem
2020
2021
2022
2023
2024
2025
0.0
SMTP server with web interface for easy local development. Sets up a little mail server that you can send messages to, and provides a web front end to let you see what your app did.
2020
2021
2022
2023
2024
2025