getSMTPConfigById method
ResponseFuture<GetSMTPConfigByIdResponse>
getSMTPConfigById(
- GetSMTPConfigByIdRequest request, {
- CallOptions? options,
Deprecated: Get SMTP provider configuration by its id
Get a specific SMTP provider configuration by its ID.
Deprecated: please move to the new endpoint GetEmailProviderById.
Implementation
$grpc.ResponseFuture<$0.GetSMTPConfigByIdResponse> getSMTPConfigById(
$0.GetSMTPConfigByIdRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$getSMTPConfigById, request, options: options);
}