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.
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": "" }