how to change the smtp email
-
how to change the smtp email
-
Hi @3hmed,
Just check the '.env' file in the project's root directory.
There are keys you need to edit these,
MAIL_DRIVER=smtp MAIL_HOST=smtp.mailtrap.io MAIL_PORT=2525 MAIL_USERNAME= MAIL_PASSWORD= MAIL_ENCRYPTION=tls
-
thank you
-
This post is deleted!