source:
src/FinkiChattery/FinkiChattery.Api/Contracts/AppSettings/EmailCredentialsSettings.cs@
e6a6d9a
Last change on this file since e6a6d9a was e6a6d9a, checked in by , 3 years ago | |
---|---|
|
|
File size: 257 bytes |
Rev | Line | |
---|---|---|
[e6a6d9a] | 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.