- or download this
my $ServerName = SMAILSVR};
$smtp = Net::SMTP->new($ServerName)
...
$smtp->data();
$smtp->datasend();
$smtp->quit();
- or download this
my $ServerName = SMAILSVR};
$smtp = Net::SMTP->new($ServerName)
...
$smtp->data();
$smtp->datasend();
$smtp->quit();