0 Members and 1 Guest are viewing this topic.
<?#!/usr/bin/perluse Net::SMTP;$smtp = Net::SMTP->new('relay.tomsknet.ru');$smtp->mail('[email protected]');$smtp->to('[email protected]');$smtp->data();$smtp->datasend("To: [email protected] \n");$smtp->datasend("\n");$smtp->datasend("test message\n");$smtp->dataend();$smtp->quit;?>
обрабатывается php