Project
Reverse Dependencies for actionmailer
The projects listed here declare actionmailer as a runtime or development dependency
0.0
Creates and emails a simple report for a set of log (or text) files. Useful for aggretating small log files.
2021
2022
2023
2024
2025
2026
0.0
Lograge for ActionMailer.
2021
2022
2023
2024
2025
2026
0.0
ActionMailer delivery method for Mad Mimi
2021
2022
2023
2024
2025
2026
0.0
The notification inbox for your product
2021
2022
2023
2024
2025
2026
0.0
Minitest asserts for checking that specific emails were (or were not) sent.
2021
2022
2023
2024
2025
2026
0.0
Mailbag keeps track of the emails that your application sends out by logging them to a database table
2021
2022
2023
2024
2025
2026
0.0
Intercepts and forwards emails.
2021
2022
2023
2024
2025
2026
0.0
Permite sincronizar automaticamente seus modelos com o Mailee.me, inclusive com gerenciamento de optin.
2021
2022
2023
2024
2025
2026
0.0
gem to patch Rails untill PR 20646 https://github.com/rails/rails/pull/20646 is merged that will enable Mailer Preview to pass params
2021
2022
2023
2024
2025
2026
0.0
Compile your mail templates to html/txt files
2021
2022
2023
2024
2025
2026
0.0
Mailgun API adapter for Action Mailer
2021
2022
2023
2024
2025
2026
0.0
Send mail through multiple vendors
2021
2022
2023
2024
2025
2026
0.0
Basic Mailjet ActionMailer support
2021
2022
2023
2024
2025
2026
0.0
Async mailer without any painful setup
2021
2022
2023
2024
2025
2026
0.0
ActionMailer send method for madmimi api
2021
2022
2023
2024
2025
2026
0.0
A Mad Mimi delivery method for the Ruby Mail library, with Rails 3 support.
2021
2022
2023
2024
2025
2026
0.0
extend actionmailer to work with multiple mail providers
2021
2022
2023
2024
2025
2026
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...
2021
2022
2023
2024
2025
2026
0.0
Extends Mail Safe to look for and sanitize Sendgrid specific X-SMTPAPI headers
2021
2022
2023
2024
2025
2026
0.0
# Mailsocio Rails
Плагин к ActionMailer для использования mailsocio для отправки электронной почты.
## Установка
Строчка в Гемфайл:
```ruby
gem 'mailsocio_rails'
```
Ну и выполните `bundle`.
## Использование
Сконфигурируйте ActionMailer вот так:
```ruby
# config/application.rb
config.act...
2021
2022
2023
2024
2025
2026