namespace Knoks.Framework.Services
{
public class AwsEmailSettings
public string RegionSystemName { get; set; }
public string AccessKeyId { get; set; }
public string SecretAccessKey { get; set; }
public string FromEmail { get; set; }
}