Thread Perl SMTP - viele Empfänger über Excelliste
(15 answers)
Opened by kazar at 2009-06-11 18:29
Mach doch mal folgendes, füge Debugging in Zeile 7 hinzu, dann sagt dir Net-SMTP schon was faul ist.
Code: (dl
)
$smtp = Net::SMTP->new($smtphost, Hello => $account, timeout => 360, Debug => 1); |