|
|
|
Feedback is collected using Nodemailer to send emails to project's own email address.
|
|
|
|
|
|
|
|
Feedback can be sent using `sendFeedback` API route `/feedback/send`.
|
|
|
|
The API needs following information:
|
|
|
|
|
|
|
|
| Property | Description | Environment variable|
|
|
|
|
| ------ | ------ |--|
|
|
|
|
| `user` | Email address | `EMAIL_USER` |
|
|
|
|
| `clientId` | Gmail API Client ID | `EMAIL_CLIENT_ID` | |
|
|
\ No newline at end of file |