Giter VIP home page Giter VIP logo

Comments (12)

Tobaino1 avatar Tobaino1 commented on May 9, 2024 23

though the issue looks stale but what worked for me was changing
mail driver from smtp to sendmail
encryption from null to ssl
then i did a reset to get new credentials (username and password) in my mailtrap account

MAIL_DRIVER=sendmail
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=465
MAIL_USERNAME=deebbe6d594
MAIL_PASSWORD=65beafc98d
*
MAIL_FROM_ADDRESS="anchoello@gmail.com"
MAIL_FROM_NAME="Anchor Support"
MAIL_ENCRYPTION=ssl

from laravel-auth.

jeremykenedy avatar jeremykenedy commented on May 9, 2024 19

try

MAIL_PORT=465
MAIL_ENCRYPTION=tls

from laravel-auth.

thedevsbuddy avatar thedevsbuddy commented on May 9, 2024 3

Set the port to 587 and encryption to tls then it will work
.....
MAIL_PORT=587
MAIL_ENCRYPTION=tls
.......

from laravel-auth.

jeremykenedy avatar jeremykenedy commented on May 9, 2024 1

Its something with your environment and the email setup. Its going to need to be debugged as to what the email setting should be and then if they emails are even getting out from your server/localhost.

from laravel-auth.

swiftcoder488 avatar swiftcoder488 commented on May 9, 2024 1

Where did you guys get the username and password?

create an account from http://mailtrap.io

from laravel-auth.

jeremykenedy avatar jeremykenedy commented on May 9, 2024

check your .env and your servers email configuration.

Most likely the encryption type and port.

from laravel-auth.

nuxcasino avatar nuxcasino commented on May 9, 2024

MAIL_DRIVER=smtp
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=81UserIDd47b***
MAIL_PASSWORD=36ba146c85*****
MAIL_ENCRYPTION=null

MAIL_FROM_ADDRESS=[email protected]
MAIL_FROM_NAME='My Domain'

from laravel-auth.

nuxcasino avatar nuxcasino commented on May 9, 2024

I have did.

from laravel-auth.

jeremykenedy avatar jeremykenedy commented on May 9, 2024

I am sure these are incorrect:

MAIL_PORT=2525
MAIL_ENCRYPTION=null

from laravel-auth.

nuxcasino avatar nuxcasino commented on May 9, 2024

which mail need to ENCRYPTION?

from laravel-auth.

nuxcasino avatar nuxcasino commented on May 9, 2024

Hi,
Sorry I have configuration same as
MAIL_DRIVER=smtp
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=465
MAIL_USERNAME=81e768d4**8
MAIL_PASSWORD=36ba146c
2b
MAIL_ENCRYPTION=tls

Same issue

from laravel-auth.

kennblvnp avatar kennblvnp commented on May 9, 2024

Where did you guys get the username and password?

from laravel-auth.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.