in reply to Net::SMTP and arrays

You could alway try
foreach $logLine (@LogFile) { $smtp->datasend($logLine); }