updateSMTPConfigPassword method

ResponseFuture<UpdateSMTPConfigPasswordResponse> updateSMTPConfigPassword(
  1. UpdateSMTPConfigPasswordRequest request, {
  2. CallOptions? options,
})

Deprecated: Update SMTP Password

Update the SMTP password that is used for the host, 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 UpdateEmailProviderSMTPPassword.

Implementation

$grpc.ResponseFuture<$0.UpdateSMTPConfigPasswordResponse>
    updateSMTPConfigPassword(
  $0.UpdateSMTPConfigPasswordRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$updateSMTPConfigPassword, request,
      options: options);
}