Skip to content

egodact/egodact-feedback-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

egodact-feedback-server

The server behind https://feedback.egodact.com that's used internally to process all incoming feedback. Currently, this 'processing' is performed by simply forwarding received feedback via e-mail; this may change in the future.

Setup

Provide an .env file with the following environment variables:

MAILER_HOST=smtp.example.com
MAILER_USER=user@example.com
MAILER_USER_PASSWORD=password

Sending feedback

Make a POST request to /feedback/create with the following JSON body:

{
  "feedback": "Foo bar",
  "sender_email": "john@example.com"
}

Note: the sender_email field is optional.

About

The server used internally for processing feedback

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published