Duo2023 / Tech2023

3 stars 0 forks source link

NCEA & Cambridge Revision Helper

GitHub Workflow Status (with branch) GitHub last commit GitHub repo size

Prerequisites

Getting Started

Wherever folder you want the project, open the terminal and run

git clone https://github.com/Duo2023/Tech2023.git

Open the folder in Visual Studio and double click the solution file Tech2023.sln.

Then in Visual Studio access the user secrets by right clicking on the Tech2023.Web

After that copy in the contents and change the 'FromEmail', 'Username' and 'Password' to your own from your SMTP Server

{
  "EmailOptions": {
    "FromEmail": "example@outlook.com", /* Your own email */
    "Port": 587, /* Default SMTP outlook setting */
    "SenderName": "Tech2023", /* It doesn't really matter what you use */
    "SmtpServer": "smtp-mail.outlook.com", /* Your own SMTP server if you want to use something else */
    "Username": "[outlook-user]", /* Your smtp username */
    "Password": "[outlook-password]" /* Your password */
  }
}

Technologies Used