$msg = MIME::Lite->new( From => 'noreply@loadmena.com', To => 'rvn@jade.com.ph', Subject => 'Test Subject', Type => 'multipart/mixed', ); $msg->attach( Type => 'TEXT', Data => "Test Email.", ); $msg->send;