AlfiyaSiddique / TastyTrails

TastyTrails is a web application designed to explore delightful recipes from around the world. It leverages modern technologies to create an immersive culinary experience.
https://delightful-daifuku-a9f6ea.netlify.app/
GNU Affero General Public License v3.0
30 stars 86 forks source link

BUG: Feedback form backend is not implemented #167

Open VinayLodhi1712 opened 1 month ago

VinayLodhi1712 commented 1 month ago

Is there an existing issue raised for this?

Describe your issue

Feedback form is not sending response to the project admin email.

Steps to reproduce

go to feedback fill form send response

What was the expected result?

the response need to send to the project admin email.

Proposed solution

i can send the feedback response to the project admin email using nodemailer and by creating api in backend and then using fetch method to join the backend and frontend.

Would you like to work on this issue?

Yes

Terms & Conditions

AlfiyaSiddique commented 1 month ago

@VinayLodhi1712 go ahead.

VinayLodhi1712 commented 1 month ago

i need your email to send the contact us message response. So plz provide it.

AlfiyaSiddique commented 1 month ago

I need your email to send the contact us message response. So please provide it.

@VinayLodhi1712 Email will be added via environment variable so please do not add it hardcoded use environment variable.

VinayLodhi1712 commented 1 month ago

i am talking about the mail you wanted where all the feedback will come. If you wanted that also in .env then i can add it also in .env

AlfiyaSiddique commented 1 month ago

No just add the env variable for an email in .env of the backend. While development use your mail for testing and while making PR remove your email and keep the email env empty like other env's I will add my email through backend deployment settings Did you get it? Let me know if have any doubts.