Gmail SMTP configuration for sending any email is pretty easy. You can send email to email recipients using Gmail. Laravel provides an API named Swift Mailer library. This API provides the driver for SMTP, Mailgun, Postmark, Amazon SES, etc. You can send an email by configuring any of these drivers. API based drivers are simpler […]