Page MenuHomePhorge

"End of Trial" notification
ClosedPublic

Authored by machniak on May 30 2022, 12:04 PM.
Tags
None
Referenced Files
F11890785: D3590.diff
Thu, Apr 25, 1:52 AM
Unknown Object (File)
Sun, Apr 21, 4:52 PM
Unknown Object (File)
Tue, Apr 9, 3:47 AM
Unknown Object (File)
Thu, Apr 4, 7:07 AM
Unknown Object (File)
Wed, Apr 3, 11:46 AM
Unknown Object (File)
Tue, Apr 2, 6:04 AM
Unknown Object (File)
Mar 16 2024, 2:03 PM
Unknown Object (File)
Mar 7 2024, 4:27 PM
Subscribers
Restricted Project

Details

Reviewers
mollekopf
Group Reviewers
Restricted Project
Commits
rK75500ef88863: "End of Trial" notification
Test Plan

./phpunit

Diff Detail

Repository
rK kolab
Branch
dev/end-of-trial-mail
Lint
Lint Skipped
Unit
No Test Coverage
Build Status
Buildable 39170
Build 15917: arc lint + arc unit

Event Timeline

machniak created this revision.
  • Cleanup, fix incomplete support url in mail if configured location is relative
mollekopf subscribed.
mollekopf added inline comments.
src/app/Console/Commands/Wallet/TrialEndCommand.php
42

Given you filter on trail_end_notice you *could* date-filter on created_at > subMonthDateNoOverflow(2) (everyone that is still in the second month). This would allow to "catch-up" should the command for some reason not execute on a specific day, and otherwise result in the same.

This revision is now accepted and ready to land.May 31 2022, 12:23 PM
  • Send end of trial notice to accounts older than 1 month
This revision was automatically updated to reflect the committed changes.