use MIME::Lite; my $msg = MIME::Lite->new( From =>'some@one.com', To =>'realmail@gmail.com', #Cc =>'some@other.com, some@more.com', Subject =>'testing 1 2 3', Data =>"body thing, back slash n test\n, br ing test
thats it" ); $msg->send(); #this one is line 10