Error: The "" scheme is not supported laravel
I have an error when try to send mail to mailhog with laravel, is the follow: The "" scheme is not supported; supported schemes for mailer "smtp" are: "smtp", "smtps". Env file config: MAIL_MAILER=smtp MAIL_HOST=localhost MAIL_PORT=1025 MAIL_USERNAME=null MAIL_PASSWORD=null MAIL_ENCRYPTION=null MAIL_FROM_ADDRESS="[email protected]"…