Skip to content

iamitprakash/email-verification-service-with-OTP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

go mod init emailverification
go get github.com/gofiber/fiber/v2
go get github.com/joho/godotenv
go get gopkg.in/gomail.v2
go get github.com/denisenkom/go-mssqldb
SMTP_HOST=smtp.example.com
SMTP_USER=your-email@example.com
SMTP_PASS=your-password
SMTP_FROM=noreply@example.com
DB_SERVER=your-server
DB_PORT=1433
DB_USER=your-username
DB_PASSWORD=your-password
DB_NAME=your-database

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages