Hi I am looking at Net:SMTP and keyed in the following code as a test: use Net::SMTP; my $smtp=Net::SMTP->new ("[link]",Hello=>'[link]>60,Debug=>1); $smtp->mail("john\@example.com "); $smtp->recipient("one.two\@goo glemail.com"); $smtp->auth('joe','soap'); $smtp->data; $smtp->datasend("From: john\@example.com\n");