- or download this
$ dig networksolutions.com mx
...
networksolutions.com. 10800 IN MX 10 mail.networksolutio
+ns.com.
[snip]
- or download this
use Net::SMTP;
...
$smtp->datasend(@message_text);
$smtp->dataend();
$smtp->quit();
- or download this
sub smtp_connect
{
...
}
undef;
}