function enviar_respuesta($tipo, $to, $mensaje = '', $intento = null) {
global $mconf;
- $subject = '[' . strtoupper($NAME) . '] Entrega ';
+ $subject = $mconf['prefijo'] . 'Entrega ';
if ($tipo == R_OK) $estado = 'ACEPTADA';
else $estado = 'RECHAZADA';
$subject .= $estado;
$headers = <<<EOT
From: {$mconf['from']}
Reply-To: {$mconf['admin']}
+Return-Path: {$mconf['admin']}
X-Mailer: $NAME $VERSION
X-Priority: 5
EOT;