Project
Reverse Dependencies for mail
The projects listed here declare mail as a runtime or development dependency
0.0
A mail patch for decoding some improper mails
2019
2020
2021
2022
2023
2024
0.0
A mail patch for encoding conventional mail
2019
2020
2021
2022
2023
2024
0.0
Marks in an email HTMl-links and creates a list of all links at the bottom of the mail-text. Best used with the Mutt MUA
2019
2020
2021
2022
2023
2024
0.0
A delivery method that wrapps another delivery method and logs all successfull deliveries. It logs to ./log/emails/#{Time.now....}.eml
2019
2020
2021
2022
2023
2024
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.
2019
2020
2021
2022
2023
2024
0.0
ActionMailer send method for madmimi api
2019
2020
2021
2022
2023
2024
0.0
A Mad Mimi delivery method for the Ruby Mail library, with Rails 3 support.
2019
2020
2021
2022
2023
2024
0.0
A web interface to view emails sent out when developing in Rails
2019
2020
2021
2022
2023
2024
0.0
MailPlugger helps you to use one or more mail providers. You can send emails via SMTP and API as well.
2019
2020
2021
2022
2023
2024
0.0
Delivery method for Mail gem. Delivers mail to a beanstalk queue
2019
2020
2021
2022
2023
2024
0.0
Retrieves messages from a mail server and resends them to a list of recievers.
2019
2020
2021
2022
2023
2024
0.0
Gem for inbound mail via Postfix MTA. Creates separate worker process for delivery to app.
2019
2020
2021
2022
2023
2024
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...
2019
2020
2021
2022
2023
2024
0.0
This is a slack bot which receives and posts emails to slack.
2019
2020
2021
2022
2023
2024
0.0
Mail extension for sending mails using an SMTP connection pool
2019
2020
2021
2022
2023
2024
0.0
Mail extension for sending using an SMTP connection pool
2019
2020
2021
2022
2023
2024
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.
2019
2020
2021
2022
2023
2024
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:...
2019
2020
2021
2022
2023
2024
0.0
Helps when doing mass email changes or migrations\
where you need to verify that everything is set up correctly.
2019
2020
2021
2022
2023
2024
0.0
mailer for ruby
2019
2020
2021
2022
2023
2024