laravelcpanelwebmail

C-panel not sending Laravel mail


So I currently have setup my laravel project in C-panel, and have updated the .env file to have the appropriate email address. When I, for instance, use the make:auth reset password feature it responds with the appropriate "We have e-mailed your password reset link!", but there is no mail sent.

I am not sure how to test this to find the hole in the problem. When I used mailtrap I was able to send and receive emails no problem, but there is some issue with the webmail in c-panel not processing and sending out an email from Laravel 5.4

Help please


Solution

  • change your .env file. set MAIL_DRIVER=mail it will start working. make sure you set from in mail.php `