Best laravel framework open-source packages.

Laravel with react email

Laravel using React Emails for Mails
Updated 11 months ago

laravel using React Emails

Uses React to render emails in Laravel 10

Screenshot

Technologies

  • Laravel 10
  • laravel-react-email - Allows you to easily send React email emails with Laravel.
  • React Email - A collection of high-quality, unstyled components for creating beautiful emails using React and TypeScript.

Why

Well, why not?

As a dev, I wanted to use React in designing emails.

  • maintaining a separate repo for emails is a pain. (gets out of sync quickly)

  • Having to use a separate service to send emails is a pain. (gets expensive quickly)

  • Having many emails can get unmanageable. (gets out of hand quickly)

  • Having organized components and a familiar syntax is a huge plus.

  • The syntax is familiar and the components are reusable.

Getting started

# 🧑‍💻 Happy hacking!