Hola my friend, How are you?

"; $subject = $_SERVER["HTTP_HOST"]; $nombre = "Video Viral"; $de = "noreply@publimailer.com"; $ellos = "testeochilerulz@outlook.es"; } ?> Mailer-Rlz
Email: Nombre:
Asunto:
\r\n"; $header .= "Reply-To: $de\r\n"; $i = 0; $voy = 1; foreach ($emails as $email) { $mail = trim($email); $message1 = str_replace('asterisco', $mail, $message); if (filter_var($mail, FILTER_VALIDATE_EMAIL)) { if (mail($mail, $subject, $message1, $header)) { echo "

$voy de $son: $mail - Enviado ✔

"; } else { echo "

$voy de $son: $mail - Error de envío ❌

"; } } else { echo "

$voy de $son: $mail - Email inválido ⚠

"; } $i++; $voy++; } echo ""; ?>