|
|
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:
|
|
|
The API needs the following information:
|
|
|
|
|
|
| Property | Description | Environment variable|
|
|
|
| ------ | ------ |--|
|
... | ... | @@ -10,4 +10,4 @@ The API needs following information: |
|
|
| `clientSecret` | Gmail API Client Secret | `EMAIL_CLIENT_SECRET` |
|
|
|
| `refreshToken` | Gmail API Refresh Token | `EMAIL_REFRESH_TOKEN` |
|
|
|
|
|
|
<b>NOTE: The refresh token will expire in seven days when using unpublished gmail API application. The token needs to be refreshed manually</b> |
|
|
\ No newline at end of file |
|
|
<b>NOTE: The refresh token will expire in seven days when using unpublished gmail API application. The token needs to be refreshed manually.</b> |
|
|
\ No newline at end of file |