masroorejaz / react-simple-captcha

A very simple and powerful captcha for ReactJS
40 stars 19 forks source link

Extract code image / send it in email #15

Closed Jozsef88 closed 2 years ago

Jozsef88 commented 2 years ago

I would like the generated code, which is obviously burnt in a picture, send in email. Is there a way to do that?

So I have set the 'loadCaptchaEngine' and the and I want to send the appearing code in email. I know how to send email in my code, I just want to extract the picture/code somehow.

Could you please tell me how I can acquire that?

masroorejaz commented 2 years ago

Hello,

No it's not possible since everytime you reload the captcha it's value changes.

You need to make simple changes in code (available on GitHub) to make this happen.

For any other questions feel free to contact me.

Thank you.