What's the best architecture/stack to send pre-programmed emails?

This page summarizes the projects mentioned and recommended in the original post on /r/rails

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • caffeinate

    A Rails engine for drip campaigns/scheduled sequences and periodical support. Works with ActionMailer, and other things.

  • Caffeinate might cover your bases: https://github.com/joshmn/caffeinate

  • reactor

    A Sidekiq-backed pub/sub layer for your Rails app. (by hired)

  • Another option is to dig into the Sidekiq scheduled job set if/when the loan end date is changed (which you can detect via a Rails after_commit hook and then by checking the model's previous_changes), delete the originally scheduled job, and schedule a new job for the appropriate time. For example, the hired/reactor library implements its watch option in this way; see relevant code here and here.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Rails application architecture for a marketing campaign creation module (e.g. to create logic where upon action A being performed by a user, event B will trigger in 7 days, and event C in 14 days, etc)

    1 project | /r/rails | 26 Feb 2023
  • Caffeinate: A Rails engine for scheduled email sequences (/r/rails)

    1 project | /r/mistyfront | 30 Oct 2021
  • I just released a gem that makes it easy to automatically unsubscribe from emails in Rails ?

    2 projects | /r/ruby | 26 Sep 2022
  • Caffeinate: A Rails engine for scheduled email sequences

    3 projects | /r/rails | 27 Oct 2021
  • Mautic - How Open Source Shapes Marketing- Open Source Project Spotlight

    1 project | dev.to | 23 Feb 2024