mailsocio_rails
v0.0.5RubyGems· Ruby# 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>' } ``` Готово!
The verdict
Abandoned. Last published 11 years ago. No recent activity — look for a maintained alternative.
No recent activity — look for a maintained alternative.
Live from the RubyGems registry · derived rules, not AI
How it scores
MaintenanceAbandoned
PopularityNiche
SecurityClean
LicensePermissive
DepsZero deps
Maintenance
Last published 11 years ago.
Popularity
6 downloads / week
Security
No known advisories for this version (OSV).
License
MIT
Dependencies
No runtime dependencies
Recent releases
- 0.0.511 years ago
- 0.0.411 years ago