- View Reservations
- Create Reservations (Will automatically send an email to Mailtrap)
- Generate Daily Reports in Excel Format
- Create an account
- Go to
Email Testing->Inboxesthen rename toReservation Emails
- Click
Reservation Emailsand you will get this:
- Go to ur
appsettings.jsonand input urUsernameandPassword
"EmailSettings": {
"FromEmail": "[email protected]",
"SmtpServer": "smtp.mailtrap.io",
"SmtpPort": "587",
"Username": "InputUrUsername",
"Password": "InputUrPassword"
}
