feedback.js icon indicating copy to clipboard operation
feedback.js copied to clipboard

how define email address

Open sdoperlov opened this issue 12 years ago • 2 comments

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!

sdoperlov avatar May 06 '13 12:05 sdoperlov

Yes I am wondering this as well

glynbeard avatar Jul 17 '13 16:07 glynbeard

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.

niklasvh avatar Aug 09 '13 21:08 niklasvh