sizo wrote:
> NET::SMTP ?
>
> for
>
> my code as follows:
>
> ///
>
> #!/perl/bin
>
> $tomail="[EMAIL PROTECTED]";
> $location="/webroot/ricardo/";
>
> read(STDIN, $buffer, $ENV { 'CONTENT_LENGHT' } );
>
>
>
> use Net::SMTP;
>
> $smtp = Net::SMTP->new('yo
NET::SMTP ?
for
my code as follows:
///
#!/perl/bin
$tomail="[EMAIL PROTECTED]";
$location="/webroot/ricardo/";
read(STDIN, $buffer, $ENV { 'CONTENT_LENGHT' } );
use Net::SMTP;
$smtp = Net::SMTP->new('your.host.beginners.digest'); # connect to an SMTP
se