'1.0', 'Content-Type' => 'text/html; charset=UTF-8;', 'Content-Transfer-Encoding' => '8Bit', 'X-Mailer' => 'Drupal' ); $body .= t("Author: ").$a1['author']."
"; $body .= t("Pealkiri: ").$a1['subject']."
"; $body .= t("Sisu: ").$a1['comment']."
"; $body .= t("Aeg: ").date('d.m.Y H:i', $a1['timestamp'])."
"; $body .= t("Vaadata saab ")."".t('siin')."."; $message = array( "to" => $to, "subject" => t("Uus kommentaar"), "body" => $body, "from" => $from, "headers" => $default_headers ); drupal_mail_send($message); break; } } ?>