getSMTPConfig method
ResponseFuture<GetSMTPConfigResponse>
getSMTPConfig(
- GetSMTPConfigRequest request, {
- CallOptions? options,
Deprecated: Get active SMTP Configuration
Returns the active SMTP configuration from the system. This is used to send E-Mails to the users.
Deprecated: please move to the new endpoint GetEmailProvider.
Implementation
$grpc.ResponseFuture<$0.GetSMTPConfigResponse> getSMTPConfig(
$0.GetSMTPConfigRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$getSMTPConfig, request, options: options);
}