sawastacks/Send-email-using-PHPMailer-in-Laravel-8
PHPMailer is perhaps the most popular open-source PHP library to send emails with. It was first released way back in 2001, and since then it has become a PHP developer’s favorite way of sending emails programmatically, aside from a few other fan favorites like Swiftmailer. Let's use in on laravel 8 project.
PHP