mail_plugger

Plug in required mailer(s) with MailPlugger.

MIT License

Downloads
20K
Stars
1
Committers
1

Bot releases are hidden (Show)

mail_plugger - MailPlugger v1.7.6 Latest Release

Published by norbertszivos 8 months ago

Changes

  • Update MailGrabber to version 1.3.6 because of security issues in the rack gem.
  • Update gems.
mail_plugger - MailPlugger v1.7.5

Published by norbertszivos 8 months ago

Changes

  • Add Ruby 3.3 support.
  • Update MailGrabber to version 1.3.5.
  • Update appraisal gem with the official version.
  • Update bundler and gems.
mail_plugger - MailPlugger v1.7.4

Published by norbertszivos over 1 year ago

Changes

  • Add Ruby 3.2 support.
  • Update MailGrabber to version 1.3.4.
  • Update appraisal gem from github to fix issues.
  • Update bundler and gems.
mail_plugger - MailPlugger v1.7.3

Published by norbertszivos over 1 year ago

Changes

  • Update MailGrabber to version 1.3.3 because of security issues in the rack gem.
  • Update gems.
mail_plugger - MailPlugger v1.7.2

Published by norbertszivos over 1 year ago

Changes

  • Update MailGrabber to version 1.3.2 because of security issues in the rack gem.
  • Update bundler and gems.
mail_plugger - MailPlugger v1.7.1

Published by norbertszivos over 1 year ago

Changes

  • Update MailGrabber to version 1.3.1 because of security issues in the rack gem.
  • Update bundler and gems.
mail_plugger - MailPlugger v1.7.0

Published by norbertszivos almost 2 years ago

New features

  • Add configure method to MailPlugger.

Changes

  • Add mail 2.8 gem support.
  • Update the documentations.
  • Change RuboCop rules.
  • Update gem description.
  • Refactor RSpec tests.
  • Update bundler and gems.

Bug fixes

  • Fix the Ruby version problem in the GitHub Actions workflow file.
mail_plugger - MailPlugger v1.6.1

Published by norbertszivos over 2 years ago

Changes

  • Update MailGrabber to version 1.2.1 because of security issues in the rack gem.
mail_plugger - MailPlugger v1.6.0

Published by norbertszivos over 2 years ago

Changes

  • Drop Ruby 2.6 support.
  • Fix some grammar issues and typos.
  • Update bundler and gems.
mail_plugger - MailPlugger v1.5.0

Published by norbertszivos almost 3 years ago

Changes

  • Add Ruby 3.1 support.
  • Drop Ruby 2.5 support.
  • Require MFA on RubyGems.
  • Update bundler and gems.
  • Fix typo in the README.md.
  • Replace Travis with GitHub Actions.
mail_plugger - MailPlugger v1.4.0

Published by norbertszivos over 3 years ago

New features

  • Add SMTP support. With this modifications we can use SMTP and API delivery methods as well.

Changes

  • Update bundler and gems.
mail_plugger - MailPlugger v1.3.0

Published by norbertszivos over 3 years ago

New features

  • Add MailGrabber to FakePlugger. Now we can use FakePlugger and MailGrabber in same time.

Changes

  • Remove unnecessary double quotes from show_debug_info method in FakePlugger::DeliveryMethod and fix documentations.
  • Update bundler and gems.
  • Update bug_report.md.
mail_plugger - MailPlugger v1.2.0

Published by norbertszivos over 3 years ago

New organization

  • Move mail_plugger repository into MailToolbox organization.

Changes

  • Update gems.
  • Fix some documentation issues.
mail_plugger - MailPlugger v1.1.1

Published by norbertszivos over 3 years ago

Changes

  • Change FakePlugger::DeliveryMethod to returns with the extracted delivery data instead of the message object.
  • Update code documentations.
  • Add missing FakePlugger description in the README.md.
mail_plugger - MailPlugger v1.1.0

Published by norbertszivos over 3 years ago

New features

  • Add FakePlugger to mock MailPlugger.

Changes

  • Fix typos in the documentations.
  • Add more metadata to gempspec file.
mail_plugger - MailPlugger v1.0.1

Published by norbertszivos almost 4 years ago

Changes

  • Tidy up the gemspec file and change which files contains in the gem. Now the gem is much smaller.
  • Add a new mail plugger image which has a different canvas and use it in the README.md.
mail_plugger - MailPlugger v1.0.0

Published by norbertszivos almost 4 years ago

Changes

  • Update gems.
  • Remove webmock gem to clean up unused things.
  • Update documentations.
mail_plugger - MailPlugger v1.0.0 rc1

Published by norbertszivos almost 4 years ago

Changes

  • Change description and fix changelog_uri in gemspec file.
  • Add/Change documentations.
  • Update gems.
  • Change MailPlugger.plug_in and MailPlugger::MailHelper.delivery_options methods to accept strings and symbols.
  • Change MailPlugger::MailHelper.delivery_data method that we can retrieve message object as well.
  • Check hash keys in MailPlugger::MailHelper.delivery_system method, so now if we are add wrong delivey_system then we are getting a meaningful error message.
  • Change MailPlugger::MailHelper.extract_attachments method. If an attachment is inline then the hash contains the filename and cid as well.
  • Add/Change tests.
  • Change MailPlugger::MailHelper.delivery_option that returns with indifferent hash
mail_plugger - MailPlugger v1.0.0 beta1

Published by norbertszivos almost 4 years ago

  • Implement MailPlugger methods and functionality. See README.md