http://qs321.pair.com?node_id=159820


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