in reply to
performance problems when sending email from Perl
In my experience Net::SMTP will probably be fastest. Especially if you use persistant connections (connect to the mailserver once and pipe all the mail across a single connection)
Comment on
Re: performance problems when sending email from Perl
In Section
Seekers of Perl Wisdom