deactivateSMTPConfig method

ResponseFuture<DeactivateSMTPConfigResponse> deactivateSMTPConfig(
  1. DeactivateSMTPConfigRequest request, {
  2. CallOptions? options,
})

Deprecated: Deactivate SMTP Provider

Deactivate an SMTP provider. After deactivating the provider, the users will not be able to receive SMTP notifications from that provider anymore.

Deprecated: please move to the new endpoint DeactivateEmailProvider.

Implementation

$grpc.ResponseFuture<$0.DeactivateSMTPConfigResponse> deactivateSMTPConfig(
  $0.DeactivateSMTPConfigRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$deactivateSMTPConfig, request, options: options);
}