Griddler

screenshot of Griddler

Simplify receiving email in Rails (deprecated)

Overview

Griddler, a Rails engine, has been deprecated as of June 6, 2024, in favor of ActionMailbox, which is now built into Rails. It allows for receiving emails in a Rails app by providing an endpoint for services to convert incoming emails to HTTP POST requests and parse them to provide a built email object.

Features

  • Receive emails in your Rails app: Griddler provides an endpoint for services to convert incoming emails to HTTP POST requests.
  • Rails Engine: Griddler is a Rails engine that facilitates the handling of incoming emails in Rails applications.
  • Customizable Configuration Options: Griddler offers customization options such as setting the processor class, email representation class, and supported email services.

Summary

Griddler, a deprecated Rails engine, provided a convenient way to handle incoming emails in Rails applications by converting emails to HTTP POST requests. While deprecated in favor of ActionMailbox, Griddler offered features like customizable configuration options and seamless integration with email services like SendGrid. If still using Griddler, ensure compatibility with future Rails updates and consider transitioning to ActionMailbox for continued email handling capabilities.