I using laravel 7 and tried to send email using Mailtrap
and it's successfully
but actually i want to send gmail
, yahoo
and any other mail and multiuser
i using this setting in .env file
MAIL_MAILER=smtp MAIL_HOST=smtp.mailtrap.io MAIL_PORT=2525 MAIL_USERNAME=example@gmail.com //or any other emails not exactly gmail MAIL_PASSWORD=somepassword MAIL_ENCRYPTION=null MAIL_FROM_ADDRESS=email@yahoo.com //or any other emails not exactly yahoo MAIL_FROM_NAME="${APP_NAME}"