Closed rubenhorn closed 3 years ago
https://github.com/CollActionteam/collaction_backend/blob/development/email_contact/main.go#L58
We should not return the MessageId, since it is internal information and not a useful API response for the user. Instead, return a "generic" confirmation as JSON like { "message": "message sent successfully" }.
{ "message": "message sent successfully" }
https://github.com/CollActionteam/collaction_backend/blob/development/email_contact/main.go#L58
We should not return the MessageId, since it is internal information and not a useful API response for the user.
Instead, return a "generic" confirmation as JSON like
{ "message": "message sent successfully" }
.