# For plain SMTP, use: # $msg->send("my.name@my.domain.com"); # #For Mime::LITE, use this syntax to create the object: my $msg = MIME::Lite->new( From =>'my.name@myhost.com', .... #### MIME::Lite->send('smtp','some.host',Debug=>1);