my $email_s = Email::Simple->create( header => [ To => 'me@email.com', Bcc => $tostring, From => 'xxx@xxxx.com', Subject => "test hi", 'Content-Type' => 'text/html', ], body => $message_s,