Sending mail with Laravel on shared hosting
问题 I'm trying to send mail from my website. I'm using laravel 5.5 and the shared hosting of hostnet.nl. I'm very sure i have all my configuration correct.. My .env : MAIL_DRIVER=mail MAIL_HOST=smtp02.hostnet.nl MAIL_PORT=587 MAIL_USERNAME=username MAIL_PASSWORD=password MAIL_ENCRYPTION=TLS But when i try to send mail this allways returns Whoops there was an error: proc_open() has been disabled for security reasons I already chat with the hosting company and they said this is not a php setting