Type Alias PutEmailConfig

type PutEmailConfig = {
    providerConfig?: PutMicrosoft365Config | PutBasicAuthConfig;
    serviceProvider?: "Microsoft365" | "BasicAuth";
}
Index

Properties

serviceProvider?: "Microsoft365" | "BasicAuth"

Name of the service provider for authentication