Email OTP Verification System Without Using Any Extension

Unlisted until you have any permission from the person to sell her work.
And @techcvr as ProKoder you should know that we dont support kind of such things!

1 Like

@aravind_chowdary_in and @Mika why did you guys thought that i stole her work…

i am a ProKoder and a Web Developer, and i think i am capable of making some good apps without copying others work.

i made this all by myself. Having an app with same type of concept doesn’t mean that i stole it.

also after watching the Pixii Bomb’s video, i am 200% sure that my work doesn’t even close to her work.
so i suggest you guys to at least check before you take any action or blame anyone.

and yes my method is similar to the work as explained by Sanjay on this video.

Thanks @ShaikhSajidAli for mentioning this. I thought no one made this thats y i am selling it. Now i have also decided to give it for free.

6 Likes

@techcvr Thanks for free i will try it. I know you are best and i want to say that i see your videos its best all time and different its didn’t copy or stolen work.
Thanks.

1 Like

@Mika - why this post is not listed ???

i think i have explained it clearly about this topic and its no ones copy product…

1 Like

It is listed…

ok… thanks

this site requires javascript to work, please enable javascript in your browser. how can i fix this?

Go to your browser settings and enable JavaScript

its displaying on the label where it should display the otp.

This is just an example to show that otp is received from server. You have to write your own method to use this otp system.

For example storing the otp in a global variable and then match the user’s otp with global variable.

Also I didn’t receive any mails :frowning:

Ok… Let me check…

This post was flagged by the community and is temporarily hidden.

Hello.
Please write a usefull question or else

i have checked it and it seems to be working fine for me, i have tried it with the live test and it works ok

i made this using PHP code

Hey. Below I present the code of the file mail.php only improved. You can stylize the content in html: mail.zip (570 Bytes)

Hello I want the mail.php script

function doPost(e) {
var recipient = e.parameters.recipient;
    recipient = decodeURI(recipient);
var subject = e.parameters.subject;
    subject = decodeURI(subject);
var body = e.parameters.body;
    body = decodeURI(body);

  MailApp.sendEmail(recipient, subject, body );
}

Nice Application. Could use it to send OTP