Date: 2024-12-04 10:36:36
Score: 3.5
Natty:
In my case a hint from Laracast forum solved it.
https://laracasts.com/discuss/channels/laravel/mailer-problem-scheme-is-not-supported-supported-schemes-for-mailer-smtp-are-smtp-smtps
They supposed to add
'scheme' => 'smtp'
in config/mail.php in 'mailers'=> 'smtp' section.
Reasons:
- Probably link only (1):
- Low length (1):
- No code block (0.5):
- Low reputation (1):
Posted by: Joscha Pohl