use Mail::SendEasy ; Mail::SendEasy::send( from => 'sender@foo.com' , to => 'recp@domain.foo' , subject => "MAIL Test" , msg => "The Plain Msg..." , ) ;