Project
Reverse Dependencies for actionmailer
The projects listed here declare actionmailer as a runtime or development dependency
0.0
Async mailer without any painful setup
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
ActionMailer send method for madmimi api
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
A Mad Mimi delivery method for the Ruby Mail library, with Rails 3 support.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
extend actionmailer to work with multiple mail providers
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Protect yourself for ever accidentally sendmail emails from an environment other than production. MailRedirector
lets you specify an email address to redirect all mail send by ActionMailer to. It also sets the X-Originally-To
header to the original recipients, ensuring you can inspect to message and verify it would have gone to the correct
recipients.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
Extends Mail Safe to look for and sanitize Sendgrid specific X-SMTPAPI headers
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
# Mailsocio Rails
Плагин к ActionMailer для использования mailsocio для отправки электронной почты.
## Установка
Строчка в Гемфайл:
```ruby
gem 'mailsocio_rails'
```
Ну и выполните `bundle`.
## Использование
Сконфигурируйте ActionMailer вот так:
```ruby
# config/application.rb
config.action_mailer.delivery_method = :mailsocio
config.action_mailer.mailsocio_settings = {
account_id: '<your account id>',
api_key: '<your account api key>'
}
```
Готово!
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Mailspy allows for quick and easy creation, sending and tracking of email campaigns
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Send and track mails asynchronously.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Provides a delivery method implementation for ActionMailer and mail which uses the Mandrill REST API.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
Depends on the 'mail' gem, sends emails through Salesforce Marketingcloud, previously known as ExactTarget
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
Write highly focused and testable view presenter classes for your Rails controllers and actions
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
This rubygem does not have a description or summary.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
This gem will processes html part of your mail using `mjml` cli before delivery using rails ActionMailer hook
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
Unofficial ruby adapter for Swisscom and MobileTechnics Bulk SMS APIs.
Tries to mimick mail API, so users can switch e.g. ActionMailer
with this SMS provider.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Ruby on Rails is a full-stack web framework optimized for programmer happiness and sustainable productivity. It encourages beautiful code by favoring convention over configuration.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Scripts and models for building and maintaining the MDES-based reporting warehouse for NCS Navigator.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
parses lotus notes structured text exports, producing a json message file for each each message
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
The OhMySMTP Rails Gem is a plug in for ActionMailer to send emails via OhMySMTP to make sending emails from Rails apps super simple.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
An easy library to do the heavy lifting between you and Craigslist‘s posting database. Given a URL, libcraigscrape will follow links, scrape fields, and make ruby-sense out of the raw html from craigslist‘s servers. libcraigscrape was primarily developed to support the included craigwatch script. See the included craigwatch script for examples of libcraigscape in action, and (hopefully) to serve an immediate craigscraping need.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity