feat(messaging): suite-channel email/SMS and entitlement sync
Deploy Ladill Events / deploy (push) Successful in 48s
Deploy Ladill Events / deploy (push) Successful in 48s
Prefer platform suite messaging (channel=suite) for attendee email, fall back to Bird integrations; sync suite plan entitlements on subscribe/renew.
This commit is contained in:
@@ -6,4 +6,9 @@ return [
|
||||
'customer_relay_url' => env('SMTP_CUSTOMER_RELAY_URL', 'https://ladill.com/api/smtp'),
|
||||
'from' => env('EVENTS_SMTP_FROM', 'events@ladill.com'),
|
||||
'from_name' => env('EVENTS_SMTP_FROM_NAME', 'Ladill Events'),
|
||||
// Deep link when suite path returns messaging_mailbox_required
|
||||
'messaging_settings_url' => env(
|
||||
'MESSAGING_SETTINGS_URL',
|
||||
'https://account.ladill.com/account/settings/messaging?reason=messaging_mailbox_required&from=suite',
|
||||
),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user