source:
src/FinkiChattery/FinkiChattery.Api/Contracts/AppSettings/EmailCredentialsSettings.cs
Last change on this file was e6a6d9a, checked in by , 3 years ago | |
---|---|
|
|
File size: 257 bytes |
Line | |
---|---|
1 | namespace FinkiChattery.Api.Contracts.AppSettings |
2 | { |
3 | public class EmailCredentialsSettings |
4 | { |
5 | public string SmtpUsername { get; set; } |
6 | |
7 | public string SmtpPassword { get; set; } |
8 | |
9 | public string EmailFrom { get; set; } |
10 | } |
11 | } |
Note:
See TracBrowser
for help on using the repository browser.