
   GuzzleHttp\Exception\ServerException 

  Server error: `POST https://facturaconmiggo.com/api/send-email-customer` resulted in a `500 Internal Server Error` response:
{
    "message": "Expected response code 354 but got code \"550\", with message \"550-5.4.5 Daily user sending limit exc (truncated...)

  at vendor/guzzlehttp/guzzle/src/Exception/RequestException.php:113
    109▕         if ($summary !== null) {
    110▕             $message .= ":\n{$summary}\n";
    111▕         }
    112▕ 
  ➜ 113▕         return new $className($message, $request, $response, $previous, $handlerContext);
    114▕     }
    115▕ 
    116▕     /**
    117▕      * Obfuscates URI if there is a username and a password present

      [2m+10 vendor frames [22m
  11  app/Console/Commands/sincronizarfacturasdian.php:619
      GuzzleHttp\Client::request("POST", "https://facturaconmiggo.com/api/send-email-customer", ["{"company_idnumber":"14836094","prefix":"JPG","number":"6130"}"])

  12  app/Console/Commands/sincronizarfacturasdian.php:662
      App\Console\Commands\sincronizarfacturasdian::enviarCorreoFactura("14836094-1", "JPG", "6130", "20f1990c6c21b36c459ca6838e929492eb13e8a023691aa2406a3fbe6d1b7d82")
