Send email using SMTP

[email protected] (FĂșlvio) Mon, 5 Jan 2009 06:45:52 -0800 (PST)
Newsgroups perl.beginners.cgi
Organization http://groups.google.com
Message-ID <[email protected]>
Hi all,

I am trying to send an email using the following code:

use Net::SMTP;

$smtp = Net::SMTP->new("smtp.yahoo.com");
$smtp->mail('fulviocg');

but the error below is happening:

Can't call method "mail" on an undefined value at ....

Can someone help me?

Thanks

FĂșlvio