25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
268B

  1. <?php
  2. return [
  3. 'default' => 'postmark',
  4. 'postmark' => [
  5. 'type' => 'postmark',
  6. 'token' => env('EMAIL_TOKEN'),
  7. 'from' => [
  8. 'name' => env('EMAIL_FROM_NAME'),
  9. 'email' => env('EMAIL_FROM_EMAIL'),
  10. ],
  11. ]
  12. ];

Powered by TurnKey Linux.