Project
Reverse Dependencies for actionmailer
The projects listed here declare actionmailer as a runtime or development dependency
0.01
A multi-branch Continuous Integration server that integrates with GitHub
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.01
Preview HTML emails in your browser during development
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.01
This gem brings you the power of the premailer gem to Rails
without any configuration needs. Create HTML emails,
include a CSS file as you do in a normal HTML document and
premailer will inline the included CSS. Forked and revived from the work of fphilipe.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.01
The default authentication extension for Refinery CMS
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.01
Inquiry handling functionality extracted from Refinery CMS to allow you to have a contact form and manage inquiries in the Refinery backend.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.01
With this gem you will be able to enqueue your emails
on your Resque workers to avoid making your user wait for the email to be
send when he causes an email sending action in your application.
Using resque_action_mailer_backend makes email sending a breeze as
you will be able to use Resque to retry failed emails, easily deliver all
those marketing emails to your clients and without changing anything at
your email sending code.
Just tell your application to use :resque for sending emails and you're done,
no need to add yet another tool just for delivering your emails if you're
already using Resque for your asynchronous processing.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
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
the class name and the record id as arguments in the Resque queue which will be
transformed back to records by the mailer job and passed along to the mailer.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.01
Gem that sends mail in case of resque job failure
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
Simple asynchronous emails with Resque
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.01
Deliver mail in a resque job
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.01
A ActionMailer adapter using SendGrid Web API v3.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.01
SimplePostmark makes it easy to send mails via Postmark using Rails's ActionMailer.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.01
Automated metrics reporting via email
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.01
Super simple capistrano deployment notifications. Forked from relevance/cap_gun.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
A web framework built on top of Rack, it has the simplicity of sinatra and the structure of rails
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
ActionGmailer, oauth/gmail delivery method
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Enhances the ActionMailer Previews introduced in 4.1 by automatically creating ActionMailer Previews at runtime in development mode.
See automatic previews of your ActionMailer emails, with no extra effort or mock data. Install the action_mailer_auto_previews gem
into your :development group, and it'll 'just work' with sensible defaults. Each ActionMailer email object that has .deliver or
.deliver_later called will automatically launch your default browser right to a ActionMailer Preview page with the real data
passed to that email. Flexible options allow you to alter this behavior as well.
Warning: Since this is dynamically creating Ruby classes/methods, you will want to make sure your web-server is single threaded.
For example, if you're using Puma, be sure to set the `workers` configuration parameter to 1.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Load ActionMailer configuration from YAML
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Serialize and enqueue deliveries for existing mailers
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Wraps the deliver! method on ActionMailer to save the outgoing mail to a .eml file,
which can be opened by most email clients. Also provides a mechanism for only sending to an approved list of
email recipients, which is useful for ensuring your application doesn't send email outside of an organization.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024