Minor fixes in mail.php.

This commit is contained in:
Retro_Guy 2023-08-11 06:00:41 -07:00
parent d09aac728a
commit e908f8676f
1 changed files with 4 additions and 2 deletions

View File

@ -232,12 +232,14 @@ echo '</table>';
$return_val = "Failed to Send. No Key for Destination";
}
}
$return_val = "Message sent.";
} else {
$return_val = "Failed to Send. Database Error";
}
// Act on return values for response to user
echo $return_val;
$dbh = null;
$user = $from;
}
}
}