This message contains a list of recently-uploaded scripts that contain code which sends email. If this is the first time that you have received this type of notice, it will contain the history of recently-uploaded mail scripts for the current month.
You should inspect these scripts to ensure that they do not send out spam.
The user “mysite” uploaded the following scripts:
/home/mizzth5/public_html/ow_libraries/vendor/phpmailer/phpmailer/language/phpmailer.lang-be.php:
16: $PHPMAILER_LANG['from_failed'] = 'Няправільны адрас адпраўніка: '; 17: $PHPMAILER_LANG['instantiate'] = 'Нельга прымяніць функцыю mail().'; 18: $PHPMAILER_LANG['invalid_address'] = 'Нельга даслаць паведамленне, няправільны email атрымальніка: ';/home/mysite/public_html/ow_libraries/vendor/phpmailer/phpmailer/examples/code_generator.phps:
103: case 'mail': 104: $mail->isMail(); // telling the class to use PHP's mail() 105: $example_code .= "\n\$mail->isMail();";/home/mysite/public_html/ow_libraries/vendor/phpmailer/phpmailer/language/phpmailer.lang-hu.php:
16: $PHPMAILER_LANG['from_failed'] = 'A feladóként megadott következő cím hibás: '; 17: $PHPMAILER_LANG['instantiate'] = 'A PHP mail() függvényt nem sikerült végrehajtani.'; 18: $PHPMAILER_LANG['invalid_address'] = 'Érvénytelen cím: ';/home/mysite/public_html/ow_system_plugins/admin/controllers/settings.php:
411: 412: public function mail() 413: {/home/mysite/public_html/ow_libraries/vendor/phpmailer/phpmailer/examples/mail.phps:
2: /** 3: * This example shows sending a message using PHP's mail() function. 4: */ ... 16: //Set the subject line 17: $mail->Subject = 'PHPMailer mail() test'; 18: //Read an HTML message body from an external file, convert referenced images to embedded,/home/mysite/public_html/ow_libraries/vendor/phpmailer/phpmailer/class.phpmailer.php:
168: */ 169: public $Sendmail = '/usr/sbin/sendmail'; 170: ... 171: /** 172: * Whether mail() uses a fully sendmail-compatible MTA. 173: * One which supports sendmail's "-oi -f" options. ... 663: /** 664: * Call mail() in a safe_mode-aware fashion. 665: * Also, unless sendmail_path points to sendmail (or something that ... 758: /** 759: * Send messages using PHP's mail() function. 760: * @return void ... 775: if (!stristr($ini_sendmail_path, 'sendmail')) { 776: $this->Sendmail = '/usr/sbin/sendmail'; 777: } else { ... 1268: 1269: // To capture the complete message when using mail(), create 1270: // an extra header list which createHeader() doesn't fold in ... 1411: /** 1412: * Send mail using the PHP mail() function. 1413: * @param string $header The message headers ... 1953: 1954: // To be created automatically by mail() 1955: if ($this->SingleTo) { ... 1972: 1973: // sendmail and mail() extract Cc from the header before sending 1974: if (count($this->cc) > 0) { ... 1977: 1978: // sendmail and mail() extract Bcc from the header before sending 1979: if (( ... 1990: 1991: // mail() sets the subject itself 1992: if ($this->Mailer != 'mail') {/home/mysite/public_html/ow_libraries/vendor/phpmailer/phpmailer/examples/signed-mail.phps:
2: /** 3: * This example shows signing a message and then sending it via the mail() function of PHP. 4: * ... 59: //Set the subject line 60: $mail->Subject = 'PHPMailer mail() test'; 61: //Read an HTML message body from an external file, convert referenced images to embedded,/home/mysite/public_html/ow_libraries/vendor/phpmailer/phpmailer/language/phpmailer.lang-pl.php:
15: $PHPMAILER_LANG['from_failed'] = 'Następujący adres Nadawcy jest nieprawidłowy: '; 16: $PHPMAILER_LANG['instantiate'] = 'Nie można wywołać funkcji mail(). Sprawdź konfigurację serwera.'; 17: $PHPMAILER_LANG['invalid_address'] = 'Nie można wysłać wiadomości, './home/mysite/public_html/ow_libraries/vendor/phpmailer/phpmailer/class.smtp.php:
793: */ 794: public function mail($from) 795: {/home/mysite/public_html/ow_libraries/vendor/phpmailer/phpmailer/test/phpmailerTest.php:
1278: /** 1279: * Test sending using PHP mail() function. 1280: */ ... 1285: if (strpos($sendmail, '/') === false) { 1286: ini_set('sendmail_path', '/usr/sbin/sendmail -t -i '); 1287: } ... 1287: } 1288: $this->Mail->Body = 'Sending via mail()'; 1289: $this->buildBody(); ... 1290: 1291: $this->Mail->Subject = $this->Mail->Subject . ': mail()'; 1292: $this->Mail->isMail();Is this good or not good scripts?Someone good at programming can see if there is something good or bad in this scripts? or Normal behavor?