Class ResendProviderSettings
- Namespace
- Ando.Server.Configuration
- Assembly
- Ando.Server.dll
Resend-specific settings. Also supports Resend-compatible API providers (e.g., SelfMX) by setting a custom BaseUrl.
public class ResendProviderSettings
- Inheritance
-
ResendProviderSettings
- Inherited Members
Properties
ApiKey
Resend API key (starts with "re_" for official Resend).
public string ApiKey { get; set; }
Property Value
BaseUrl
Base URL for the Resend API. Defaults to official Resend API. Set to a custom URL for Resend-compatible providers (e.g., "https://api.selfmx.com/").
public string BaseUrl { get; set; }