".i18n::translate('No recipient user was provided. Cannot continue.')."
";
print_simple_footer();
exit;
}
if ($to=="all" && !WT_USER_IS_ADMIN) {
print "".i18n::translate('No recipient user was provided. Cannot continue.')."
";
print_simple_footer();
exit;
}
if (($action=="send")&&(isset($_SESSION["good_to_send"]))&&($_SESSION["good_to_send"]===true)) {
$_SESSION["good_to_send"] = false;
if (!empty($from_email)) $from = $from_email;
if (!get_user_id($from)) {
$mt = preg_match("/(.+)@(.+)/", $from, $match);
if ($mt>0) {
$host = trim($match[2]);
if (function_exists("checkdnsrr")) {
$ip = checkdnsrr($host);
if ($ip === false) {
$host = "www.".$host;
$ip = checkdnsrr($host);
if ($ip === false) {
print "