in reply to Speeding Up SMTP Authentication
The problem is that your perl program isn't doing the authentication checking, the SMTP server is doing the checking. Therefore, your perl program doesn't have any control over that aspect.
You *may*, however, be able to send multiple emails in a single SMTP session, which could reduce your authentication requirements. YMMV