Open sharmasujan opened 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
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.
http://stackoverflow.com/questions/14131022/feedback-js-server-api
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