Send emails in Laravel without a Mailable class

Опубликовано: 29 Сентябрь 2024
на канале: Susan B.
320
21

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