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 [email protected] //or any other emails not exactly gmail MAIL_PASSWORD=somepassword MAIL_ENCRYPTION=null [email protected] //or any other emails not exactly yahoo MAIL_FROM_NAME="${APP_NAME}"