Hicks, Robert wrote: > http://search.cpan.org/~cwest/Email-Send-2.00/lib/Email/Send/SMTP.pm > > This one lets you set the port and whether SSL is used. I am just > searching on CPAN and there are a few mailers. > > Search words: Mail, Email, SMTP > > It might be nice to use something like Mail::Sender and mod it to do > what you want and send Jenda a patch so that it will have that > functionality going forward.
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. -- Bowie _______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
