ZoologicalFooding / ZoologicalFooding-main

1 stars 0 forks source link

As a developer, I would like to develop a backend providing APIs over send email functionality. #13

Open onurTe opened 4 years ago

onurTe commented 4 years ago

As a developer, I would like to develop a backend providing APIs over send email functionality.

An API endpoint for sending emails in the system. This should access the database and retrieve and send the e-mail list on the system. The call must return <messageTo, messageSubject, messageBody>, and some additional parameters, and then mail the corresponding email address.

email:

{ "email_id": 10, "messageto": null, "messageSubject": "Hi,!", "messageBody": ":)", "requestTypeMail": "", "senderFullName": "", "senderPhone": "", "senderMail": "", "mailRequestAddress": "" }