Adastros / audiophile

A static E-Commerce website selling high quality audio products
https://audiophile.fan
1 stars 0 forks source link

Add backend feature to send order confirm emails #71

Closed Adastros closed 10 months ago

Adastros commented 10 months ago

Closes #70

The following dependencies were added to have the backend send emails:

The React Email and Resend packages were used to help simplify the creation and sending of emails. I'm familiar with the React framework library and Resend handles the email configurations needed to email users of their purchase order.

In order to use React Email, Babel was used to transpile the .jsx files used to build the email template into a readable format for NodeJs. The email sending utility needed to be converted as well. They must be compiled everything a change is made before running the application.

Minor bug(s) fixed on the frontend include the following:

Minor bug(s) fixed on backend include the following: