vc-summer-2024-captstone-web / food-market-web-app

https://food-market-web-app.netlify.app
2 stars 0 forks source link

Email Log Table #34

Open manuelosorio opened 1 week ago

manuelosorio commented 1 week ago

Is your feature request related to a problem? Please describe. This coincides with #33. Emails from contact form should be logged in the database containing the contact body info as an encrypted string or if support, Binary Large Object BLOB.

Describe the solution you'd like Table would look something like:

EmailLog = {
  Id: string,
  body: string
}