Deploy Ladill Care / deploy (push) Successful in 34s
Keys issued on Bird live in Bird’s DB; the old ladill.com relay always returned Invalid or missing API key. Co-authored-by: Cursor <cursoragent@cursor.com>
10 lines
377 B
PHP
10 lines
377 B
PHP
<?php
|
|
|
|
return [
|
|
'platform_api_url' => env('SMTP_PLATFORM_API_URL', 'https://bird.ladill.com/api/smtp'),
|
|
'platform_api_key' => env('SMTP_API_KEY_CARE'),
|
|
'customer_relay_url' => env('SMTP_CUSTOMER_RELAY_URL', 'https://bird.ladill.com/api/smtp'),
|
|
'from' => env('CARE_SMTP_FROM', 'care@ladill.com'),
|
|
'from_name' => env('CARE_SMTP_FROM_NAME', 'Ladill Care'),
|
|
];
|