Skip to content

SudoCold/ync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Features

  • View Reservations
  • Create Reservations (Will automatically send an email to Mailtrap)
  • Generate Daily Reports in Excel Format

How to setup Mailtrap.io

  • Create an account
  • Go to Email Testing->Inboxes then rename to Reservation Emails

image

  • Click Reservation Emails and you will get this:

image

  • Go to ur appsettings.json and input ur Username and Password
"EmailSettings": {
  "FromEmail": "[email protected]",
  "SmtpServer": "smtp.mailtrap.io",
  "SmtpPort": "587",
  "Username": "InputUrUsername",
  "Password": "InputUrPassword"
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published