FluentEmail
FluentEmail copied to clipboard
Use typed class as options for GraphSender
Usage:
var graphSenderOptions = this.Configuration
.GetSection("GraphSenderOptions")
.Get<GraphSenderOptions>();
services.AddFluentEmail(defaultFromEmail)
.AddRazorRenderer()
.AddGraphSender(graphSenderOptions);