TBD: Automated ticket payment reminder emails - #2174
Draft
maebeale wants to merge 1 commit into
Draft
Conversation
EventPaymentRemindersJob (daily via config/recurring.yml) emails registrants with an outstanding balance a week before their event's payment deadline, the day before, and once after it passes. Sends flow through CreateNotification → NotificationMailerJob, so each is logged in the person's communication history and deduped by notification kind. Adds EventMailer#event_payment_reminder + views, three notification kinds, mailer previews, and Event query scopes. Stacked on the payment-due-date PR (needs events.payment_due_deadline). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
maebeale
force-pushed
the
maebeale/payment-reminders
branch
from
August 12, 2026 02:46
b2fee66 to
1b789bf
Compare
Collaborator
Author
|
@jmilljr24 what do you think in general about going down the automated email reminder path? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 suggested review level: 5 Inspect 🔬 scheduled job that sends registrant emails; dedup, windows, and mailer content warrant a close look
What is the goal of this PR and why is this important?
events.payment_due_deadlinecolumn added in Add ticket payment due date to events #2173.How did you approach the change?
EventPaymentRemindersJob(daily viaconfig/recurring.yml) scans paid events with an outstanding, active registration and sends through the existingCreateNotification→NotificationMailerJobpath, so each reminder is deduped by notification kind and logged in the person's communication history.EventMailer#event_payment_reminderaction (html/text views), mailer previews, and twoEventquery scopes.Anything else to add?
someone_else_will_pay) registrants, since until we can confirm the payer's intention an unpaid balance still warrants a reminder.