Sending an Invoice and Adding a Payment Reminder in Next.js with Courier API
Too Long; Didn't Read
A lot of open-source invoice management apps are built with Laravel. I wanted to build the “React Solution” for devs that are familiar with React and Javascript. A problem I found when building with services in Node.js is that there is no built-in mailer. So, I had to find a 3rd party service to do that for me. In this article, I will be integrating [Courier] to send emails for this project.