Hi,
I recently just moved all my perl scripts to a new server and the Net::SMTP email is no longer working.
The following code returns no value.
use Net::SMTP;
$smtp = Net::SMTP->new(localhost:25);
I set up the new local SMTP server in IIS just as I did on the old server. If anyone has ever run into this problem or has a solution please respond to this. If you need more information I can give it to you.
I recently just moved all my perl scripts to a new server and the Net::SMTP email is no longer working.
The following code returns no value.
use Net::SMTP;
$smtp = Net::SMTP->new(localhost:25);
I set up the new local SMTP server in IIS just as I did on the old server. If anyone has ever run into this problem or has a solution please respond to this. If you need more information I can give it to you.