add push_ok
This commit is contained in:
@@ -68,10 +68,9 @@ function klanmail( $mail, $subject, $message, $frommail ) {
|
||||
|
||||
|
||||
if($send->send())
|
||||
$status = 'OK';
|
||||
$status = true;
|
||||
else {
|
||||
$status = 'NO';
|
||||
echo 'Mailer Error: ' . $send->ErrorInfo."\n";
|
||||
$status = 'Mailer Error: ' . $send->ErrorInfo."\n";
|
||||
}
|
||||
|
||||
return $status;
|
||||
|
||||
Reference in New Issue
Block a user