"; displayPageHeader("None"); plain_error_message("You have not filled in the \"To:\" field."); echo "
\n"; echo "
"; echo "
"; echo "
"; echo "
To:
"; echo "
"; echo ""; echo "
\n"; exit; echo ""; displayPageHeader("None"); plain_error_message("Message NOT sent

You have not entered anything into the To: field.
Press the BACK button on your browser"); exit; } else if ($passed_subject == "") { echo ""; displayPageHeader("None"); plain_error_message("You have not entered a subject."); echo "
\n"; echo "
"; echo "
"; echo "
Subject:
"; echo "
"; echo ""; echo "
\n"; exit; } sendMessage($smtpServerAddress, $smtpPort, $username, $domain, $passed_to, $passed_cc, $passed_bcc, $passed_subject, $passed_body, $version); echo ""; echo ""; displayPageHeader("None"); echo ""; echo "


Message Sent!

"; echo "You will be automatically forwarded.
If not, click here"; echo "
"; ?>