Skip to content

LRxDarkDevil/Email-OTP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Email OTP

OTP System Made in NodeJS

Editing

  1. Go to index.js
  2. At line #1 replace "RECEIVER_EMAIL_ADDRESS_HERE" with Receiver's Email Address
  3. At line #10 replace "HOST_HERE" with Your Host. For Example: cp7.mywebsitebox.com
  4. At line #12 replace "EMAIL_ADDRESS_HERE" with Your Email Address
  5. At line #13 replace "PASSWORD_HERE" with Your Email Account Password
  6. At line #17 replace "SENDER_EMAIL_ADDRESS_HERE" with Your Email Address (can also use this format: Example Name <example@mail.com>)
  7. At line #19 replace "SUBJECT_HERE" with Subject of email
  8. Make Sure to Edit email.txt as you like

Running

Just do node index.js in cmd to run

About

OTP System Made in NodeJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published