mirror of
https://github.com/morbalint/kemkas-backend.git
synced 2026-07-17 21:23:46 +00:00
10 lines
192 B
C#
10 lines
192 B
C#
namespace Kemkas.Web.Config;
|
|
|
|
public class MailgunOptions
|
|
{
|
|
public const string Section = "Email";
|
|
|
|
public string ApiKey { get; set; }
|
|
|
|
public string DomainName { get; set; }
|
|
} |