testSMTPConfig method
ResponseFuture<TestSMTPConfigResponse>
testSMTPConfig(
- TestSMTPConfigRequest request, {
- CallOptions? options,
Deprecated: Test SMTP Provider
Test an SMTP provider. After testing the provider, the users will receive information about the test results.
Deprecated: please move to the new endpoint TestEmailProviderSMTP.
Implementation
$grpc.ResponseFuture<$0.TestSMTPConfigResponse> testSMTPConfig(
$0.TestSMTPConfigRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$testSMTPConfig, request, options: options);
}