lanc3k
Banned User
lol bardzo
<?php
$to = '[email protected]';
$subject = 'the subject';
$message = 'hello';
$headers = 'From: [email protected]' . "\r\n" .
'Reply-To: [email protected]' . "\r\n" .
'X-Mailer: PHP/' . phpversion();
mail($to, $subject, $message, $headers);
?>
PHP: mail - Manual
Code:<?php $to = '[email protected]'; $subject = 'the subject'; $message = 'hello'; $headers = 'From: [email protected]' . "\r\n" . 'Reply-To: [email protected]' . "\r\n" . 'X-Mailer: PHP/' . phpversion(); mail($to, $subject, $message, $headers); ?>
teoretycznie w php mozecie wysylac tak e-maile z jakiegokolwiek adresu, poza tym autor wysmiewa nie "zabezpieczenia" tnet a date aktywnosci klucza, autorowi mailingu raczej nie chce sie zmieniac tresci xd