This script worked last night, and tonight for some reason it does not. Also, I have this script (headers and all that) in another area and it seems to work fine. I know there is a value in the $sess_email, due to displaying after the mail function.
mail($send_email, $subject, $message, $headers) or die ("Error sending message!");
echo "<center>An E-mail has been sent to your account (".$send_email.")<br>Please close this window";
?>
////////////
Thanks in advance if anyone has thoughts.
Bookmarks