Minor fixes in mail.php.
This commit is contained in:
parent
d09aac728a
commit
e908f8676f
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue