updateSMTPConfig method

ResponseFuture<UpdateSMTPConfigResponse> updateSMTPConfig(
  1. UpdateSMTPConfigRequest request, {
  2. CallOptions? options,
})

Deprecated: Update SMTP Configuration

Update the SMTP configuration, be aware that this will be activated as soon as it is saved. So the users will get notifications from the newly configured SMTP.

Deprecated: please move to the new endpoint UpdateEmailProviderSMTP.

Implementation

$grpc.ResponseFuture<$0.UpdateSMTPConfigResponse> updateSMTPConfig(
  $0.UpdateSMTPConfigRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$updateSMTPConfig, request, options: options);
}