mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 00:47:02 +02:00
0.1.17.2 released
This commit is contained in:
@ -39,10 +39,10 @@ class ControllerMessageBulkrestore extends Controller {
|
||||
|
||||
AUDIT(ACTION_RESTORE_MESSAGE, '', '', $id, '');
|
||||
|
||||
/*$x = $this->model_mail_mail->send_smtp_email(SMARTHOST, SMARTHOST_PORT, SMTP_DOMAIN, SMTP_FROMADDR, $rcpt,
|
||||
$x = $this->model_mail_mail->send_smtp_email(SMARTHOST, SMARTHOST_PORT, SMTP_DOMAIN, SMTP_FROMADDR, $rcpt,
|
||||
"Received: by piler" . EOL . PILER_HEADER_FIELD . $id . EOL . $this->model_search_message->get_raw_message($id) );
|
||||
|
||||
if($x == 1) { $this->data['restored']++; }*/
|
||||
if($x == 1) { $this->data['restored']++; }
|
||||
}
|
||||
|
||||
$this->render();
|
||||
|
Reference in New Issue
Block a user