Hi I wrote a function that uses sendmail -oi -t -f to send emails. It is currently taking a long time to send many messages. Is there a way to speed this up?. Here is the code of the function sub sendEmail { my ($to, $from, $bcc, $subj, $message) = @_; my $sendmail = '/usr/lib/sendmail'; my $line; my @rawsender = $from;