Are any of these other modules faster than Net::SMTP?

I was writing a Perl program that was sending a lot of mail.  I did some
performance testing and found that (on Linux), it was faster to shell
out and call sendmail than to use Net::SMTP.

If I understand Net::SMTP right, it actually does 2 modes of mail delivery: sendmail and SMTP. If you have sendmail, you may want to try the former.
_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to