niklasvh / feedback.js

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

how define email address #21

Open sdoperlov opened 11 years ago

sdoperlov commented 11 years ago

Hi I very like this plugin and want to use It on my php web site.
As I see it works nicely but how can I set my own email address, to receive the screenshot ? it writes "sending", when defines whom to send?? Thank you very much!

glynbeard commented 11 years ago

Yes I am wondering this as well

niklasvh commented 11 years ago

There is currently no implementation for sending the data in any form. However, it is not possible to send emails directly from the client, so if you want to receive it as email you would have to POST the screenshot and data to your server which would then email the result to you.

As far as the library is concerned, its not complete and I don't have plans to complete it in its current form. I've already started recreating it from scratch, but got no estimate on when that'll be done, and this time I won't release anything before its actually done.