Using Laravel, SMTP Mail not Working in Live Server
问题 My configuration works fine on Localhost. The email go through successful. But when I deploy it on the live server Laravel gives me the following error: Whoops, looks like something went wrong. in my laravel/app/config/mail.php <?php return array( /* |-------------------------------------------------------------------------- | Mail Driver |-------------------------------------------------------------------------- | | Laravel supports both SMTP and PHP's "mail" function as drivers for the |