Skip to content

Commit aa72e47

Browse files
committed
Add resend key
1 parent fdc7b0a commit aa72e47

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

config/services.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
'resend' => [
2222
'key' => env('RESEND_API_KEY'),
23+
'segment_id' => env('RESEND_SEGMENT_ID'), // optional: add waitlist contacts to this segment
2324
],
2425

2526
'ses' => [

0 commit comments

Comments
 (0)