many fixes and improvements - rework for modules/ and common/
feat(emailer): add Postmark and Resend providers
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Hutopy.Infrastructure.Emailer.Configuration;
|
||||
|
||||
public class EmailerOptions
|
||||
{
|
||||
public const string ConfigurationSection = "Emailer";
|
||||
|
||||
public string ApiKey { get; set; } = default!;
|
||||
public string FromEmail { get; set; } = default!;
|
||||
}
|
||||
Reference in New Issue
Block a user