testSMTPConfigById method

ResponseFuture<TestSMTPConfigByIdResponse> testSMTPConfigById(
  1. TestSMTPConfigByIdRequest request, {
  2. CallOptions? options,
})

Deprecated: Test SMTP Provider

Test an SMTP provider identified by its ID. After testing the provider, the users will receive information about the test results.

Deprecated: please move to the new endpoint TestEmailProviderSMTPById.

Implementation

$grpc.ResponseFuture<$0.TestSMTPConfigByIdResponse> testSMTPConfigById(
  $0.TestSMTPConfigByIdRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$testSMTPConfigById, request, options: options);
}