@jorge_fal if you are testing from tinker shell then exit and rerun the tinker shell. If you are using the builtin php server then restart the server.
Oct 25, 2015
8
Level 1
Mail trying to connect mail gun but env variables are setup to gmail
i setup my env variables to
APP_ENV=local APP_DEBUG=false APP_KEY=xxx APP_DOMAIN=xxx MAIL_DRIVER=smtp MAIL_HOST=smtp.gmail.com MAIL_PORT=587 MAIL_USERNAME=xxx@gmail.com MAIL_PASSWORD=xxx
but when i try to send an email, i got an error on logs, says " 'Connection could not be established with host smtp.mailgun.org "
Thx for help!.
Please or to participate in this conversation.