Форум АНТИЧАТ

Форум АНТИЧАТ (https://forum.antichat.xyz/index.php)
-   PHP, PERL, MySQL, JavaScript (https://forum.antichat.xyz/forumdisplay.php?f=37)
-   -   e-mail (https://forum.antichat.xyz/showthread.php?t=47260)

853069 21.08.2007 16:17

e-mail
 
Ищу сркипт или программу. Способную послать письмо анонимно, что б адрес был тот e-mail который я укажу обязательно с html вставкой.

V1k 21.08.2007 16:25

DirectMailer

Chakir 21.08.2007 18:55

что то типа этого вот и вся софтина))
Цитата:

<?
$mail = $_REQUEST['chakir16@rambler.ru'];
$f = fopen('mail.txt','r');
while ( !feof($f) )
{
$s = fgets($f);
mail($s , "тема письма", "текст", "From:ВАЖНО <$s> \r\n" ."X-Mailer: Max_php_script/" . phpversion());
print "<LI>";
print $s;
};
print "<LI>zer good!";
?>

FeraS 21.08.2007 19:44

http://phpint.com/forum/showthread.php?t=92 вроде)


Время: 09:21