my $message_body = "This is a list of things to bring\nFresh flowers from Flowershop X\nToday's Arragement instructions from instruciton home page\n"; ### Add the text message part $msg->attach (Type => 'text/html', Data => $message_body ) or die "Error adding the text message part: $!\n";