This type contains the following members.

public static class MessagingRedaktBuilderExtensions
Inheritance:
ObjectMessagingRedaktBuilderExtensions

Extension Methods

AddMessaging(IRedaktCoreBuilder) Registers the core messaging service. This is already done by Redakt features depending on messaging, and should not need to be done explicitly. Instead, specific message handlers must be registered through their respective calls (f.e. Microsoft.Extensions.DependencyInjection.MessagingRedaktBuilderExtensions.AddSmtpEmailMessaging for SMTP email).
AddSmtpEmailMessaging(IRedaktBuilder, Action<SmtpOptions>) Registers email messaging services via SMTP. Configuration options are loaded from app settings, and may be overruled by passing an options delegate.