BTW, you might want to change the spelling in your title to be SMTP. ;) (not trying to being anal/picky, but to assist searches)#!/usr/bin/perl use warnings; use strict; use Net::SMTP; my $smtp = Net::SMTP->new('smtpmail.server.com'); die "Unable to create smtp!\n$!\n" unless defined($smtp); $smtp->quit;
In reply to Re: Trouble getting Net::SMTP to work
by Transient
in thread Trouble getting Net::SMTP to work
by yankeeblue
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |