UVicMartletplace / martletplace

Recreating FB Marketplace for Students - UVic SENG499 Capstone Project
1 stars 0 forks source link

[datalayer] Create email endpoint #188

Closed kylestang closed 1 week ago

kylestang commented 1 week ago

Description

Creates the send email api

Closes #130

How to Test

Run cargo test or send a post request to the data layer on port 8302 with the json body containing to, subject, and body.

Checklist