API with NestJS #25. Sending scheduled emails with cron and Nodemailer
So far, in this series, we’ve been creating an API that allows users to interact with our application. As soon as the client makes the request, we react to it and respond. Sometimes though, we need to delay the execution of some logic or do so on a schedule. A common solution in the Unix […]