MailSharp / MailSharp.SMTP / Properties / launchSettings.json
Code · 12 lines · 280 bytes
1
2
3
4
5
6
7
8
9
10
11
12{
  "profiles": {
    "MailSharp.SmtpServer": {
      "commandName": "Project",
      "launchBrowser": true,
      "environmentVariables": {
        "ASPNETCORE_ENVIRONMENT": "Development"
      },
      "applicationUrl": "https://localhost:5603;http://localhost:5604"
    }
  }
}