Address in mailbox given [address@domain.com] does not comply with RFC 2822, 3.6.2.

이런 에러 뜨는데(메일은 사용자 입력값이라 예시값으로 대체함)

얘가 대체 왜 에러를 띄우는지 모르겠음

'from' => [
'address' => env('MAIL_FROM_ADDRESS', 'hello@example.com'),
'name' => env('MAIL_FROM_NAME', 'Example'),
],

메일 설정은 이렇게 돼있음