niklasvh / feedback.js

Feedback form with screenshot
http://experiments.hertzen.com/jsfeedback/
Other
870 stars 196 forks source link

Sending the feedback data to an email? #44

Open sharmasujan opened 8 years ago

sharmasujan commented 8 years ago

Hey,

Just looking through the code. Is there any way we can send the feedback and the images to an email? Is this something that we have to implement ourselves?

Also, where can we get the data once we press 'Send'? Any help would be appreciated.

Regards, Sujan

frederikcreemers commented 7 years ago

Since this script only runs in the browser, it can't send email. You'd have to send it to the server, and then send the email from there.

shzaki commented 7 years ago

http://stackoverflow.com/questions/14131022/feedback-js-server-api