HEX
Server: Apache
System: Linux ns308404 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
User: root (0)
PHP: 8.3.31
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/onlinedev.com/httpdocs/newsletter/test.php
<?php
$content = file_get_contents('avril2010.html');
$headers = "Content-Type: text/html\r\nFrom: onlinederv.com<noreply@onlinedev.com>\r\n";
$to = array('matei.stefanescu@hotmail.com', 'antoniopappa@yahoo.com', 'matei.stefanescu@gmail.com', 'matei.stefanescu@onlinedev.ro');
foreach($to as $mail) mail($mail, 'Newsletter', $content, $headers);