whisper-money/config
Víctor Falcón beecff404a
Add subscription cancellation email with manual trigger command (#47)
## Summary

- Add a subscription cancellation email that can be manually triggered
via artisan command
- Include CONTINUE50 coupon code (50% off current and future payments
for monthly/yearly subscriptions)
- Add option to disable all drip emails via `DRIP_EMAILS_ENABLED` env
var

## Usage

```bash
# Send to single user
php artisan email:subscription-cancelled user@example.com

# Send to multiple users
php artisan email:subscription-cancelled user1@example.com,user2@example.com

# Disable all drip emails
DRIP_EMAILS_ENABLED=false
```
2025-12-30 20:32:44 +01:00
..
app.php Set up a fresh Laravel app 2025-11-07 12:01:36 +00:00
auth.php Set up a fresh Laravel app 2025-11-07 12:01:36 +00:00
cache.php Set up a fresh Laravel app 2025-11-07 12:01:36 +00:00
cashier.php Subscriptions (#15) 2025-12-06 19:09:56 +01:00
database.php Set up a fresh Laravel app 2025-11-07 12:01:36 +00:00
filesystems.php Set up a fresh Laravel app 2025-11-07 12:01:36 +00:00
fortify.php Set up a fresh Laravel app 2025-11-07 12:01:36 +00:00
inertia.php Set up a fresh Laravel app 2025-11-07 12:01:36 +00:00
landing.php Add lead tracking webhook implementation 2025-11-25 12:13:29 +01:00
logging.php Set up a fresh Laravel app 2025-11-07 12:01:36 +00:00
mail.php Add subscription cancellation email with manual trigger command (#47) 2025-12-30 20:32:44 +01:00
queue.php Reapply "swap horizon -> queue:work on mysql" 2025-12-30 07:22:18 +01:00
services.php Set up a fresh Laravel app 2025-11-07 12:01:36 +00:00
session.php Set up a fresh Laravel app 2025-11-07 12:01:36 +00:00
subscriptions.php add best value to yearly price 2025-12-30 07:22:18 +01:00