http://www.perlmonks.org?node_id=85530


in reply to Timeout using MIME::Lite

My advice is to not use Sendmail. Use MIME::Lite with SMTP. You can get finer control over the whole process this way, and avoid root issues. (Plus you connect to the server before you send, so you get better error reporting as well.)