removeSMTPConfig method

ResponseFuture<RemoveSMTPConfigResponse> removeSMTPConfig(
  1. RemoveSMTPConfigRequest request, {
  2. CallOptions? options,
})

Deprecated: Remove SMTP Configuration

Remove the SMTP configuration, be aware that the users will not get an E-Mail if no SMTP is set.

Deprecated: please move to the new endpoint RemoveEmailProvider.

Implementation

$grpc.ResponseFuture<$0.RemoveSMTPConfigResponse> removeSMTPConfig(
  $0.RemoveSMTPConfigRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$removeSMTPConfig, request, options: options);
}