How to send emails in Laravel without using a Mailable class. Includes raw plain text emails, HTML emails, and emails generated from Blade View files.
=== NOTES ===
https://codewithsusan.com/notes/larav...
=== RELATED VIDEOS ===
• Local Email Testing in Laravel (Log, ...
=== CHAPTERS ===
00:00 Introduction
00:24 Raw and HTML methods
01:07 Generate body from Blade View file
01:52 Viewing the examples in MailHog