Skip to content

colomeramonica/mail-creator

Repository files navigation

Mail Creator

This project was created to streamline the work of the Marketing team at the company where I work.

Every month, birthday emails are sent with the birthdays of the month separated by day.

Initially, this task was done manually by consulting an Excel spreadsheet with the data of all employees.

The project aims to simplify this process by receiving the Excel spreadsheet, separating the birthdays, and generating the PNG image to be attached to the emails.

Technologies Used

How to Use

Download the project

git clone github.com/colomeramonica/mail-creator && cd mail-creator

Install dependencies

Using npm:

npm install

Run the development server

npm run dev

Keep in mind that this project was designed with a particular worksheet format in mind and may not be suitable for other formats.