xampp-send-email

make sure to turn off the apache server first

php.ini configuration

The following configuration is recommended for the php.ini file:

sendmail.ini configuration

The following configuration is recommended for the sendmail.ini file:

gmail account configuration

start the apache server

config in laravel

MAIL_MAILER=smtp
MAIL_HOST=smtp.gmail.com
MAIL_PORT=587
MAIL_USERNAME=youremail@gmail.com
MAIL_PASSWORD=passwordfromgmail
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS="youremail@gmail.com"
MAIL_FROM_NAME="${APP_NAME}"

Contributions, issues, and feature requests are welcome!

Give a ⭐️ if you like this project!