diff --git a/src/lib/sendmail.php b/src/lib/sendmail.php index b1112fa..57dad00 100644 --- a/src/lib/sendmail.php +++ b/src/lib/sendmail.php @@ -287,8 +287,7 @@ namespace $data_base = [ 'email_to' => $email, 'email_reply' => $email.' <'.$email.'>', - 'subject' => 'Test: '.\config::get( 'global#title' ), - 'message_body' => 'test' + 'subject' => ''.\config::get( 'global#title' ), ]; $header = -- libgit2 0.21.4