@@ -83,9 +83,9 @@ function send_php_mail($an, $betreff, $text, $ok = '', $error = '') {
//$mail->addAttachment('images/phpmailer_mini.png');
if (!$mail->send()) {
echo 'Mailer Error: ' . $mail->ErrorInfo;
echo $error;
} else {
echo 'Message sent!';
echo $ok;
}
The note is not visible to the blocked user.